MCP server for Help Scout - search conversations, threads, and inboxes with AI agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"help-scout-mcp-serve": {
"command": "npx",
"args": [
"-y",
"drewburchfield/help-scout-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add help-scout-mcp-serve npx -y drewburchfield/help-scout-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"help-scout-mcp-serve": {
"command": "npx",
"args": [
"-y",
"drewburchfield/help-scout-mcp-server"
]
}
}
}