Submit

Help Scout Mcp Server

@drewburchfield

An MCP server that enables Claude and other AI assistants to interact with Help Scout data

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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.