← Back to Plugins
MCP Server MCP

Help Scout MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "help-scout-mcp-server",
      "version": "1.7.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Help Scout OAuth2 App ID (also accepts HELPSCOUT_CLIENT_ID)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HELPSCOUT_APP_ID"
        },
        {
          "description": "Help Scout OAuth2 App Secret (also accepts HELPSCOUT_CLIENT_SECRET)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HELPSCOUT_APP_SECRET"
        },
        {
          "description": "Hide message bodies in responses for compliance (true/false)",
          "format": "string",
          "name": "REDACT_MESSAGE_CONTENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...