The Help Scout MCP server allows AI agents to search conversations, threads, and inboxes. It provides advanced search capabilities and integrates with Help Scout's API. Developers use it to build AI agents that access and manage customer support data with enterprise-grade security.
The Help Scout MCP server allows AI agents to search conversations, threads, and inboxes. It provides advanced search capabilities and integrates with Help Scout's API. Developers use it to build AI agents that access and manage customer support data with enterprise-grade security.
npx -y help-scout-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"drewburchfield-help-scout-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y help-scout-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from help scout?"
API Key Required
This server requires an API key from help scout. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| HELP_SCOUT_API_KEY | Yes | Your help scout API key |
"What resources are available in help scout?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in help scout"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in help scout with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.