Skip to content
Grok

Help Scout MCP Server for Grok

io.github.drewburchfield/help-scout-mcp

Search Help Scout conversations, customers, organizations, threads, and inboxes with AI assistants

client:Grok transport:stdio runtime:npm

Install Help Scout MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "help-scout-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "help-scout-mcp-server"
      ],
      "env": {
        "HELPSCOUT_APP_ID": "<HELPSCOUT_APP_ID>",
        "HELPSCOUT_APP_SECRET": "<HELPSCOUT_APP_SECRET>",
        "REDACT_MESSAGE_CONTENT": "<REDACT_MESSAGE_CONTENT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Help Scout MCP Server in other clients