CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
drewburchfield avatar

Help Scout MCP Server

drewburchfield/help-scout-mcp-server
42authSTDIOregistry active
Summary

Connects AI assistants to Help Scout's support platform through their OAuth2 API. Exposes conversation search with filters for status, tags, date ranges, and email domains, plus customer and organization lookups. You get tools to pull full thread histories, conversation summaries, and inbox activity across multiple mailboxes. Ships with optional PII redaction for message bodies and customer contact fields if you need compliance guardrails. Includes a Cowork plugin that bundles navigation skills to help Claude pick the right search tool for ambiguous queries. Useful if your team lives in Help Scout and wants to query tickets, pull customer context, or spot patterns without switching windows.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Help Scout MCP Server

npm version Docker Ask DeepWiki License: MIT

An MCP server that gives AI assistants direct access to your Help Scout inboxes, conversations, customers, organizations, threads, and Docs knowledge base. Search tickets, pull customer and account context, inspect articles, spot patterns, and get answers without leaving your editor or chat window.

Built by a Help Scout customer who wanted to give his support team superpowers. If you handle customer conversations in Help Scout and want AI to help you work faster, this is for you.

What You Can Do

  • Search conversations by keyword, date range, status, tag, email domain, or ticket number
  • Look up customers by name, advanced query syntax, or exact email address
  • Explore organizations with direct customer and conversation traversal
  • Inspect conversation detail with raw ticket metadata, summaries, full threads, attachments, and original source
  • Pull full thread history into context before drafting a reply
  • Get conversation summaries with the original customer message and latest staff response
  • Search and retrieve Docs articles from the separate Help Scout Docs API
  • Pull Help Scout reports and metadata for company, conversations, Docs, channels, productivity, happiness, users, teams, system users, statuses, routing, and webhooks
  • Monitor inbox activity across multiple inboxes with a single query
  • Take action with opt-in writes: draft replies, internal notes, tags, status, assignment, snooze, and more, all off by default
  • Reduce message payloads with optional message content redaction and scoped inbox access

Quick Start

Claude Desktop & Claude Cowork (Recommended)

One-click install using Desktop Extensions. One install covers both Chat and Cowork sessions in the Claude desktop app.

  1. Download the latest .mcpb file from releases
  2. Double-click to install (or drag into Claude Desktop)
  3. Enter your Help Scout App ID and App Secret in the extension settings; the settings also carry toggles for message redaction and the opt-in write surface
  4. Restart Claude Desktop

If the tools don't show up in a Cowork session, update the desktop app to the latest version and start a fresh session. (Cowork walkthrough)

Optional: add the helpscout-navigator skill so Claude picks the right operation faster. Go to Customize, click + > Add marketplace from GitHub, enter drewburchfield/help-scout-mcp-server, and install helpscout-navigator.

Claude Code

Register the server, then optionally add the helpscout-navigator skill, which teaches Claude to pick the right operation for each query.

claude mcp add helpscout \
  --env HELPSCOUT_APP_ID=your-app-id \
  --env HELPSCOUT_APP_SECRET=your-app-secret \
  -- npx -y help-scout-mcp-server

Then, for the navigation skill:

  1. Run /plugin marketplace add drewburchfield/help-scout-mcp-server
  2. Run /plugin install helpscout-navigator

The server alone gives you the tools; the skill also teaches the AI how to use them well.

For Cursor, VS Code, and Other MCP Clients

Add to your MCP client's config file (e.g., claude_desktop_config.json, .cursor/mcp.json):

{
  "mcpServers": {
    "helpscout": {
      "command": "npx",
      "args": ["help-scout-mcp-server@2.1.0"],
      "env": {
        "HELPSCOUT_APP_ID": "your-app-id",
        "HELPSCOUT_APP_SECRET": "your-app-secret",
        "HELPSCOUT_DOCS_API_KEY": "optional-docs-api-key"
      }
    }
  }
}

Docker

docker run -e HELPSCOUT_APP_ID="your-app-id" \
  -e HELPSCOUT_APP_SECRET="your-app-secret" \
  -e HELPSCOUT_DOCS_API_KEY="optional-docs-api-key" \
  drewburchfield/help-scout-mcp-server:2.1.0

Getting Your API Credentials

  1. Go to Help Scout > My Apps > Create Private App
  2. Copy your App ID and App Secret

Help Scout uses OAuth2 Client Credentials flow exclusively. Personal Access Tokens are not supported. The app authenticates as the user who created it, with that user's permissions; there is no separate scope selection, which is why the server's own write gating defaults to off.

Help Scout UIEnvironment Variable
App IDHELPSCOUT_APP_ID
App SecretHELPSCOUT_APP_SECRET

Alternative names HELPSCOUT_CLIENT_ID / HELPSCOUT_CLIENT_SECRET are also supported.

Docs knowledge base tools use Help Scout Docs API v1, which is separate from the Mailbox API. Set HELPSCOUT_DOCS_API_KEY only if you want to use listDocs*, searchDocsArticles, getDocsArticle, or redirect tools.

Tools

The server advertises three tools that together reach every supported read operation (55 across the Mailbox and Docs APIs):

ToolPurpose
search_help_scoutFind operations by intent ("customer conversation history", "happiness report")
describe_help_scoutLoad the full input schemas for the operations you selected
read_help_scoutExecute one operation: { "name": "getThreads", "arguments": { ... } }

This keeps the advertised surface small enough that AI clients don't drown in schemas, while every read capability stays one search away. Operations in the current registry also remain callable by name directly. Tool names removed in the v2.0.0 consolidation (for example comprehensiveConversationSearch, structuredConversationFilter, and searchInboxes) are not; their capabilities live in searchConversations and listAllInboxes.

An optional fourth tool, write_help_scout, appears only when an operator turns writes on. See Write operations (opt-in).

For the MCP compatibility contract and roadmap, see:

  • MCP tool contract
  • MCP vs CLI boundary
  • MCP tool surface roadmap

Which operation should I use?

Run any of these via read_help_scout:

TaskOperationExample
List recent ticketssearchConversations"Show me active tickets from this week"
Find by keywordsearchConversations (contentTerms)"Find conversations about billing errors"
Look up a ticket numbersearchConversations (conversationNumber)"Show me ticket #42839"
Complex filterssearchConversations (emailDomain, tag)"All @acme.com conversations tagged urgent"
Browse customerslistCustomers"Show customers named Jane"
Find a customer by emailsearchCustomersByEmail"Find customer jane@acme.com"
Inspect a customer profilegetCustomer"Open customer 12345"
Pull customer contact channelsgetCustomerContacts"Show contact details for customer 12345"
Browse organizationslistOrganizations"Show the busiest organizations"
Inspect an organizationgetOrganization"Open organization 456"
List customers in an organizationgetOrganizationMembers"Who belongs to organization 456?"
List organization conversationsgetOrganizationConversations"Show support history for organization 456"
Raw conversation detailgetConversation"Open conversation 12345 with full metadata"
Quick conversation overviewgetConversationSummary"Summarize this conversation"
Full message historygetThreads"Show me the complete thread"
Inspect inbox fields, folders, or routinggetInbox (include)"Show routing for inbox 359402" (include: ["routing"])
Search Docs articlessearchDocsArticles"Find knowledge base articles about refunds"
Retrieve a Docs articlegetDocsArticle"Open Docs article 123"
Current MCP host timegetServerTimeUsed for time-relative searches

Inboxes are auto-discovered when the server connects. AI agents get inbox IDs in their instructions automatically, so no lookup step is needed.

Write operations (opt-in)

A default install is read-only. It advertises the three tools above and nothing else, unchanged from 2.0. Writes exist only after an operator sets a flag.

FlagWhat it adds
HELPSCOUT_ENABLE_WRITES=trueA fourth tool, write_help_scout, carrying 11 tier-1 conversation operations
HELPSCOUT_ENABLE_CUSTOMER_VISIBLE_WRITES=trueTwo more operations on that same tool: sendReply and publishDraft

Tier 1 covers draft replies, internal notes, status changes, assign and unassign, adding and removing tags, custom field values, snooze and unsnooze, and moving a conversation to another inbox. None of it emails anyone: a draft is saved unsent, and a note is visible to teammates only.

Tier 2 is the only path that reaches a customer, and it needs both flags. Every call to sendReply or publishDraft must also carry confirmation naming the operation and the target:

{
  "name": "sendReply",
  "arguments": { "conversationId": "12345", "text": "..." },
  "confirm": true,
  "confirmOperation": "sendReply",
  "targetId": "12345"
}

Missing, false, or mismatched confirmation is refused before anything reaches Help Scout. Deletes and admin configuration writes are deliberately not exposed, under any flag.

Set "dryRun": true on any write to validate the arguments and see the exact request that would be sent, without contacting Help Scout.

Full rules: write tool contract.

Configuration

VariableDescriptionDefault
HELPSCOUT_APP_IDApp ID from Help Scout My AppsRequired
HELPSCOUT_APP_SECRETApp Secret from Help Scout My AppsRequired
HELPSCOUT_DEFAULT_INBOX_IDScope searches to a specific inboxNone (all inboxes)
HELPSCOUT_BASE_URLHelp Scout API endpointhttps://api.helpscout.net/v2/
HELPSCOUT_DOCS_API_KEYOptional Docs API key for knowledge base toolsNone
HELPSCOUT_DOCS_BASE_URLHelp Scout Docs API endpointhttps://docsapi.helpscout.net/v1/
REDACT_MESSAGE_CONTENTReplace message bodies with placeholdersfalse
HELPSCOUT_ENABLE_WRITESAdvertise write_help_scout with the tier-1 conversation writesUnset (false)
HELPSCOUT_ENABLE_CUSTOMER_VISIBLE_WRITESAlso enable sendReply and publishDraft, which email the customerUnset (false)
CACHE_TTL_SECONDSCache duration for API responses300
LOG_LEVELLogging verbosity (error, warn, info, debug)info

Compatibility

Works with any MCP-compatible client:

CategoryClients
AI AssistantsClaude Desktop (Chat and Cowork), Goose, and other MCP-enabled assistants
Code EditorsCursor, VS Code, Windsurf, Continue.dev
Command LineClaude Code, Codex, Gemini CLI, OpenCode
CustomAny application implementing the MCP standard

Security and Privacy

Built with security-minded teams in mind:

  • Optional message content redaction. Message bodies are included by default. Set REDACT_MESSAGE_CONTENT=true to replace conversation and thread bodies with placeholders for lower-context analysis. This is not a compliance boundary and does not remove all customer identifiers.
  • Secure authentication. OAuth2 Client Credentials with automatic token refresh.
  • Rate limit handling. Automatic retry with exponential backoff on 429 responses.
  • Scoped access. Optional default inbox configuration limits what the AI can search.

Troubleshooting

Authentication failed? Verify your credentials work with Help Scout directly:

curl -X POST https://api.helpscout.net/v2/oauth2/token \
  -d "grant_type=client_credentials&client_id=$HELPSCOUT_APP_ID&client_secret=$HELPSCOUT_APP_SECRET"

Empty search results? Common causes:

  • Forgetting that searchConversations is the single search tool: use contentTerms/subjectTerms for keyword search, plain filters for listing
  • Inbox ID mismatch. Check the IDs from server instructions, not guessed values.
  • Search terms too narrow. Try broader terms or a longer time range.

Need more detail? Enable debug logging:

LOG_LEVEL=debug npx help-scout-mcp-server@2.1.0

Development

git clone https://github.com/drewburchfield/help-scout-mcp-server.git
cd help-scout-mcp-server
npm install && npm run build
npm start
npm test           # Run tests
npm run type-check # TypeScript validation
npm run lint       # Linting
npm run dev        # Development server with auto-reload

Contributions welcome. Please ensure tests, type checking, and linting pass before submitting a PR.

Support

  • GitHub Issues
  • GitHub Discussions
  • NPM Package
  • Changelog

License

MIT License - see LICENSE for details.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Configuration

HELPSCOUT_APP_ID*secret

Help Scout OAuth2 App ID (also accepts HELPSCOUT_CLIENT_ID)

HELPSCOUT_APP_SECRET*secret

Help Scout OAuth2 App Secret (also accepts HELPSCOUT_CLIENT_SECRET)

REDACT_MESSAGE_CONTENT

Hide message bodies in responses for compliance (true/false)

Categories
Search & Web Crawling
Registryactive
Packagehelp-scout-mcp-server
TransportSTDIO
AuthRequired
UpdatedMar 25, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
with-geun avatar
Alive Analysis

with-geun/alive-analysis

Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.
42
kapillamba4 avatar
Code Memory

kapillamba4/code-memory

Local semantic code search with Git history. Works offline, no API key needed.
41
nikolausm avatar
Imap Mcp Server

nikolausm/imap-mcp-server

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants
39
msjsc001 avatar
OmniClip RAG

io.github.msjsc001/omniclip-rag-mcp

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.
37
contextstream avatar
ContextStream MCP Server

contextstream/mcp-server

ContextStream MCP server for code context, memory, search, and AI tools.
36
ammawla avatar
ENCODE Toolkit

ammawla/encode-toolkit

20 MCP tools + 48 skills for ENCODE Project genomics — search, download, pipelines
35