Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Helpscout Docs

БесплатноНе проверен

Gives Claude access to your Help Scout knowledge base for listing collections, articles, and searching content.

GitHubEmbed

Описание

Gives Claude access to your Help Scout knowledge base for listing collections, articles, and searching content.

README

MCP server for the Help Scout Docs API. Gives Claude access to your Help Scout knowledge base — collections, articles, and search.

Tools

Tool Description
list_collections List all knowledge-base collections (with article counts and visibility)
list_articles List articles in a collection (metadata only — ID, name, status, URL, view count)
get_article Fetch full article content by ID (HTML body, categories, related articles)
search_articles Keyword search across articles (returns names, preview snippets, and IDs)

Setup

1. Get a Docs API key

In Help Scout, go to Manage → Docs → API Keys and generate a key.

2. Clone and install

git clone https://github.com/ryrykerr/helpscout-docs-mcp.git
cd helpscout-docs-mcp
npm install

3. Add to Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "helpscout-docs": {
      "command": "node",
      "args": ["/path/to/helpscout-docs-mcp/server.js"],
      "env": {
        "HELPSCOUT_DOCS_API_KEY": "your-docs-api-key"
      }
    }
  }
}

Replace /path/to/helpscout-docs-mcp/ with the actual path and your-docs-api-key with your API key.

How it works

The server uses Basic Auth against the Help Scout Docs API v1 (https://docsapi.helpscout.net/v1). It communicates over stdio using the Model Context Protocol SDK.

from github.com/ryrykerr/helpscout-docs-mcp

Установка Helpscout Docs

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ryrykerr/helpscout-docs-mcp

FAQ

Helpscout Docs MCP бесплатный?

Да, Helpscout Docs MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Helpscout Docs?

Нет, Helpscout Docs работает без API-ключей и переменных окружения.

Helpscout Docs — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Helpscout Docs в Claude Desktop, Claude Code или Cursor?

Открой Helpscout Docs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Helpscout Docs with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity