MCP.so
登录

Zendesk Help Center MCP Server

@hidechae

关于 Zendesk Help Center MCP Server

暂无概览

基本信息

分类

数据与分析

运行时

node

传输方式

stdio

发布者

hidechae

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Zendesk Help Center MCP Server?

A Model Context Protocol (MCP) server that interfaces with the Zendesk Help Center API, enabling integration with Claude Desktop and other MCP-compatible clients for searching and retrieving Zendesk articles.

How to use Zendesk Help Center MCP Server?

Install Node.js v18+, clone the repository, install dependencies, create a .env file with your Zendesk subdomain, email, and API token, then build and run with npm run build and npm start. Alternatively, add the server to Claude Desktop's mcpServers configuration using npx and environment variables.

Key features of Zendesk Help Center MCP Server

  • Article Search – search articles by keyword with optional locale, pagination, and page size
  • Article Details – retrieve full details of a specific article by ID
  • Claude Desktop integration – configured via the MCP settings file
  • TypeScript implementation – follows the Model Context Protocol specification

Use cases of Zendesk Help Center MCP Server

  • Let an AI assistant find knowledge base articles from your Zendesk Help Center
  • Retrieve specific article details for inline reference during a conversation
  • Automate help desk responses by querying your Zendesk content

FAQ from Zendesk Help Center MCP Server

What does this server do vs alternatives?

It provides a direct MCP interface to the Zendesk Help Center API, allowing search and retrieval of articles within AI tools like Claude Desktop.

What are the runtime requirements?

Node.js v18 or higher, a Zendesk account with API access, and a Zendesk API token.

How are credentials provided?

Via a .env file in the root directory or as environment variables in the Claude Desktop configuration (ZENDESK_SUBDOMAIN, ZENDESK_EMAIL, ZENDESK_API_TOKEN).

Are there any usage limits?

The per_page parameter for article search has a maximum of 100 results per page. No other limits are mentioned.

What transport does this server use?

It runs on standard input/output (stdio), making it compatible with any MCP client that supports stdio transport.

评论

数据与分析 分类下的更多 MCP 服务器