a year ago
An MCP server that enables Claude and other AI assistants to interact with Help Scout data
Tools
searchInboxes
searchConversations
getConversationSummary
getThreads
getServerTime
listAllInboxes
advancedConversationSearch
comprehensiveConversationSearch
Server Config
{
"mcpServers": {
"helpscout": {
"command": "npx",
"args": [
"help-scout-mcp-server"
],
"env": {
"HELPSCOUT_API_KEY": "Bearer your-personal-access-token-here",
"HELPSCOUT_BASE_URL": "https://api.helpscout.net/v2/",
"ALLOW_PII": "false",
"CACHE_TTL_SECONDS": "300",
"LOG_LEVEL": "info"
}
}
}
}