Zendesk Admin MCP Server
Enables full CRUD operations on Zendesk admin configurations like triggers, automations, macros, views, SLA policies, groups, ticket fields, forms, and webhooks, with a preview-confirm guard for destructive changes.
README
@sniebauer/zendesk-admin-mcp
Local MCP server for Zendesk admin/config work — the companion to @sniebauer/zendesk-mcp (day-to-day support).
54 tools: full CRUD on triggers, automations, macros, views, SLA policies, groups, ticket fields, ticket forms, and webhooks; a read-only audit log; and a read-only inventory of account settings, installed apps, brands, agent roles, tags, and locales.
Destructive and live-routing writes (deletes, and updates to triggers/automations/SLAs/trigger-order) are guarded with a preview-then-confirm step.
Install
Claude Desktop
-
Open your Claude Desktop config:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
-
Add a
zendesk-adminentry undermcpServers:{ "mcpServers": { "zendesk-admin": { "command": "npx", "args": ["-y", "@sniebauer/zendesk-admin-mcp"] } } } -
Capture credentials (skip if you already ran setup for
@sniebauer/zendesk-mcp— they share the same config file):npx -y @sniebauer/zendesk-admin-mcp setupYou'll be prompted for your Zendesk subdomain, email, and an API token (generate at
https://<your-subdomain>.zendesk.com/admin/apps-integrations/apis/api-tokens). Stored at~/.config/zendesk-mcp/config.json(mode 0600). -
Restart Claude Desktop.
Claude Code
Same, but the config file is ~/.claude.json.
Shared credentials
This package reads the same ~/.config/zendesk-mcp/config.json as @sniebauer/zendesk-mcp. Run setup once (from either package) and both servers are authenticated. Env vars (ZENDESK_SUBDOMAIN / ZENDESK_EMAIL / ZENDESK_API_TOKEN) override the file.
Heads up: a Zendesk API token carries your full account permissions. This server can modify live business rules. The
require_confirmguard (below) is the safety net — there is no read-only token scope in Zendesk.
The require_confirm guard
Guarded operations — every delete, every update to triggers / automations / SLA policies, and zda_reorder_triggers — do not execute on the first call. Instead they return the object's current state (and, for updates, the proposed change) and ask you to re-invoke with require_confirm: true. This forces a deliberate two-step on anything that can break live ticket flow.
Creates and updates to lower-risk objects (macros, views, groups, fields, forms, webhooks) execute directly.
Tools (54)
Business rules — full CRUD (list / get / create / update / delete each)
zda_*_trigger(s)·zda_*_automation(s)·zda_*_macro(s)·zda_*_view(s)·zda_*_sla_policy/policieszda_reorder_triggers— reorder trigger evaluation precedence (guarded)
Ticketing config — full CRUD
zda_*_group(s)·zda_*_ticket_field(s)·zda_*_ticket_form(s)·zda_*_webhook(s)
Audit (read-only, Enterprise)
zda_audit_logs— who changed what, filterable by type/actor/timezda_audit_logs_for_object— all events for one object
Inventory (read-only)
zda_account_settings·zda_list_apps·zda_list_brands·zda_list_agent_roles·zda_list_tags·zda_list_locales
Verify
npm test # unit tests (schemas, error wrapper, guard, audit URL builder)
npm run smoke # reads-only end-to-end (requires credentials)
Caveats
- Guarded writes need two calls. First call previews; second call with
require_confirm: trueapplies. - Audit logs need Zendesk Enterprise. Non-Enterprise accounts get a 403 with a clear message.
- Conditions DSL is passthrough. Create/update accept the object's full structure (e.g.
conditions: {all,any}); Zendesk validates semantics. - Credentials precedence. Env vars override the shared config file.
- Smoke test is reads-only. It never creates or deletes config.
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。