MCP Help Scout

MCP Help Scout

A comprehensive MCP server that provides full access to Help Scout's Docs and Inbox APIs. It enables users to manage knowledge base articles, collections, and sites while also handling customer conversations, threads, and mailbox operations.

Category
访问服务器

README

MCP Help Scout

A comprehensive Model Context Protocol (MCP) server for the full Help Scout API — covering both the Docs API and the Inbox API.

Most existing Help Scout MCPs only cover conversations/messages. This one provides complete coverage of Help Scout's knowledge base (Docs) in addition to inbox functionality.

Features

Docs API (v1)

Full CRUD operations for Help Scout's knowledge base:

  • Sites — List, get, create, update, delete
  • Collections — List, get, create, update, delete
  • Categories — List, get, create, update, reorder, delete
  • Articles — List, search, get, create, update, delete, drafts, revisions
  • Redirects — List, get, create, update, delete

Inbox API (v2)

Core inbox operations:

  • Conversations — List, get, create, delete
  • Threads — List, reply, add notes
  • Customers — List, get, create
  • Mailboxes — List, get
  • Users — List, get, get current user
  • Tags — List

Setup

Prerequisites

  • Node.js 18+
  • Help Scout API credentials (see below)

Installation

npm install -g @solveitsimply/mcp-helpscout

Or clone and build locally:

git clone https://github.com/solveitsimply/mcp-helpscout.git
cd mcp-helpscout
npm install
npm run build

Environment Variables

Variable Required For Description
HELPSCOUT_API_KEY Docs API API key from Help Scout → Profile → Authentication → API Keys
HELPSCOUT_APP_ID Inbox API OAuth app ID from Help Scout → Manage → Apps → My Apps
HELPSCOUT_APP_SECRET Inbox API OAuth app secret

You can use just the Docs API key, just the Inbox OAuth credentials, or both.

VS Code MCP Configuration

Add to .vscode/mcp.json:

{
  "servers": {
    "mcp-helpscout": {
      "type": "stdio",
      "command": "node",
      "args": ["/path/to/mcp-helpscout/dist/index.js"],
      "env": {
        "HELPSCOUT_API_KEY": "your-docs-api-key",
        "HELPSCOUT_APP_ID": "your-app-id",
        "HELPSCOUT_APP_SECRET": "your-app-secret"
      }
    }
  }
}

Or using shell to read from .env.local:

{
  "servers": {
    "mcp-helpscout": {
      "type": "stdio",
      "command": "sh",
      "args": [
        "-c",
        "export $(grep -E '^HELPSCOUT_' /path/to/.env.local | xargs) && exec node /path/to/mcp-helpscout/dist/index.js"
      ]
    }
  }
}

Available Tools

Docs API Tools

Tool Description
docs_list_sites List all Docs sites
docs_get_site Get a site by ID
docs_create_site Create a new site
docs_update_site Update a site
docs_delete_site Delete a site
docs_list_collections List collections (filter by site, visibility)
docs_get_collection Get a collection by ID
docs_create_collection Create a collection
docs_update_collection Update a collection
docs_delete_collection Delete a collection
docs_list_categories List categories in a collection
docs_get_category Get a category by ID
docs_create_category Create a category
docs_update_category Update a category
docs_update_category_order Reorder categories
docs_delete_category Delete a category
docs_list_articles List articles in a collection or category
docs_search_articles Search articles by query
docs_get_article Get full article with content
docs_create_article Create an article
docs_update_article Update an article
docs_delete_article Delete an article
docs_list_related_articles List related articles
docs_list_revisions List article revisions
docs_get_revision Get a specific revision
docs_save_draft Save an article draft
docs_delete_draft Delete an article draft
docs_list_redirects List URL redirects for a site
docs_get_redirect Get a redirect by ID
docs_create_redirect Create a redirect
docs_update_redirect Update a redirect
docs_delete_redirect Delete a redirect

Inbox API Tools

Tool Description
inbox_list_conversations List conversations (filter by mailbox, status, tag)
inbox_get_conversation Get conversation details
inbox_create_conversation Create a new conversation
inbox_delete_conversation Delete a conversation
inbox_list_threads List threads in a conversation
inbox_create_reply Send a reply in a conversation
inbox_create_note Add an internal note
inbox_list_customers List/search customers
inbox_get_customer Get customer details
inbox_create_customer Create a customer
inbox_list_mailboxes List mailboxes
inbox_get_mailbox Get mailbox details
inbox_list_users List team members
inbox_get_user Get user details
inbox_get_me Get authenticated user
inbox_list_tags List all tags

Authentication Details

Docs API

Uses HTTP Basic Authentication with the API key as the username and X as the password. The API key is associated with a Help Scout user account.

Base URL: https://docsapi.helpscout.net/v1

Inbox API

Uses OAuth 2.0 client credentials flow. The server automatically handles token acquisition and renewal.

Base URL: https://api.helpscout.net/v2

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选