AgentHubAgentHub

Help Scout MCP Server

MCP ServerMCP Registry官方收录

io.github.drewburchfield/help-scout-mcp · v1.7.0

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

概览

Help Scout MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

HELPSCOUT_APP_ID必填secret

Help Scout OAuth2 App ID (also accepts HELPSCOUT_CLIENT_ID)

HELPSCOUT_APP_SECRET必填secret

Help Scout OAuth2 App Secret (also accepts HELPSCOUT_CLIENT_SECRET)

REDACT_MESSAGE_CONTENT可选

Hide message bodies in responses for compliance (true/false)

相关资源

统一 Manifest

{
  "id": "io.github.drewburchfield/help-scout-mcp",
  "type": "mcp-server",
  "version": "1.7.0",
  "displayName": "Help Scout MCP Server",
  "description": "Search Help Scout conversations, customers, organizations, threads, and inboxes with AI assistants",
  "repository": {
    "url": "https://github.com/drewburchfield/help-scout-mcp-server.git",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "help-scout-mcp-server",
        "version": "1.7.0",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "HELPSCOUT_APP_ID",
            "description": "Help Scout OAuth2 App ID (also accepts HELPSCOUT_CLIENT_ID)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "HELPSCOUT_APP_SECRET",
            "description": "Help Scout OAuth2 App Secret (also accepts HELPSCOUT_CLIENT_SECRET)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "REDACT_MESSAGE_CONTENT",
            "description": "Hide message bodies in responses for compliance (true/false)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.drewburchfield/help-scout-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.drewburchfield%2Fhelp-scout-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Help Scout MCP Server — MCP Server 安装与配置 · AgentHub