
Help Scout MCP Server
Search Help Scout conversations, customers, and inboxes from your agent while drafting replies or debugging customer issues.
Overview
Help Scout MCP Server is an MCP server for the Grow phase that lets AI assistants search Help Scout conversations, customers, organizations, threads, and inboxes.
What is this MCP server?
- OAuth2 Help Scout access via HELPSCOUT_APP_ID and HELPSCOUT_APP_SECRET (CLIENT_ID/SECRET aliases supported)
- Search conversations, customers, organizations, threads, and inboxes from MCP tools
- npx stdio package help-scout-mcp-server (v1.7.0) with npm registry install path
- Optional REDACT_MESSAGE_CONTENT flag to hide message bodies for compliance-sensitive agents
- MCP server version 1.7.0 published as npm package help-scout-mcp-server with stdio transport
Community signal: 42 GitHub stars.
What problem does it solve?
Founders lose context-switching between the IDE and Help Scout when they need customer history while fixing bugs or drafting lifecycle emails.
Who is it for?
Solo SaaS builders on Help Scout who want MCP search across mailboxes without building a private API client from scratch.
Skip if: Teams not on Help Scout, or orgs that cannot store OAuth app secrets in local MCP config.
What do I get? / Deliverables
After you add the server with OAuth credentials, your agent can query Help Scout objects in-thread so support research stays next to your code and deploy work.
- Structured search results for Help Scout conversations, customers, orgs, threads, and inboxes
- Compliance-friendly responses when message redaction is enabled
- In-agent support context usable while you patch product issues
Recommended MCP Servers
Journey fit
Customer support data belongs in Grow once you have users and need faster answers without living in the Help Scout UI all day. Support subphase is where inbox search, thread context, and org lookup directly reduce response time and churn risk.
How it compares
Help Scout read/search MCP integration, not a full ticketing replacement or a code-review skill.
Common Questions / FAQ
Who is Help Scout MCP Server for?
It is for indie and small-team builders who run customer support in Help Scout and want Claude Code, Cursor, or similar agents to search conversations and account data via MCP.
When should I use Help Scout MCP Server?
Use it during grow/support when you are debugging user-reported issues, preparing replies, or auditing customer history without leaving your agent session.
How do I add Help Scout MCP Server to my agent?
Create a Help Scout OAuth app, set HELPSCOUT_APP_ID and HELPSCOUT_APP_SECRET in your MCP config, run the npm stdio server help-scout-mcp-server (often via npx), and optionally set REDACT_MESSAGE_CONTENT for compliance.