help-scout-mcp-server

WayLit/help-scout-mcp-server
★ 0 stars TypeScript AI/LLM Updated 14d ago
MCP server for Help Scout - search conversations, threads, and inboxes with AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "help-scout-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "WayLit/help-scout-mcp-server"
      ]
    }
  }
}

README Excerpt

Remote MCP server that fronts the Help Scout API for AI assistants. Per-user OAuth, Cloudflare Access for employee identity, Durable Object per session. > **Deploying for the first time?** See [`DEPLOYMENT.md`](./DEPLOYMENT.md) for an end-to-end checklist. Run all commands from the repo root. ```bash