
Zendesk
- 10 repo stars
- Updated July 25, 2026
- mindstone/mcp-servers
Zendesk MCP is a Model Context Protocol server that lets coding agents call Zendesk platform tools from Claude Code, Cursor, or similar clients.
About
Zendesk is an MCP server that connects coding agents such as Claude Code, Cursor, and Codex to Zendesk's platform APIs through the Model Context Protocol. Zendesk MCP server for Model Context Protocol hosts Prefer read-first tool calls, confirm environment targets, and keep API credentials in the agent secret store rather than chat history.
- MCP-typed listing for Zendesk (not a skill wrapper)
- Connects Claude Code, Cursor, and Codex to Zendesk via MCP tools
- Backed by mindstone/mcp-servers
- Fits agent workflows that need live platform context mid-implementation
- Requires reviewing auth scopes before production write access
Zendesk by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add --env ZENDESK_CONFIG_PATH=YOUR_ZENDESK_CONFIG_PATH --env ZENDESK_CLIENT_ID=YOUR_ZENDESK_CLIENT_ID --env ZENDESK_CLIENT_SECRET=YOUR_ZENDESK_CLIENT_SECRET mcp-server-zendesk -- npx -y @mindstone/mcp-server-zendeskAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Package | @mindstone/mcp-server-zendesk |
| Transport | STDIO |
| Auth | Required |
| Last updated | July 25, 2026 |
| Repository | mindstone/mcp-servers ↗ |
How do I give my coding agent live Zendesk access without constant dashboard context switching?
Connect your coding agent to Zendesk so it can call platform tools during implementation without leaving the editor.
Who is it for?
Developers already on Zendesk who want agent-driven platform operations during build and operate work.
Skip if: Skip if you are not using Zendesk, or cannot safely authorize MCP access to your account.
What you get
Authenticated MCP tool access to Zendesk so implementation and ops tasks stay inside the agent session.
- Registered Zendesk MCP
- Agent-callable platform tools
Zendesk capabilities & compatibility
- Use cases
- api development · orchestration
What Zendesk says it does
Zendesk MCP server for Model Context Protocol hosts
Recommended MCP Servers
How it compares
Official or first-party Zendesk MCP listing, preferred over skill wrappers for the same brand.
FAQ
Who is Zendesk MCP for?
Developers using Zendesk who want coding agents to call platform tools through MCP.
When should I use Zendesk MCP?
When implementation or ops tasks need live Zendesk data or actions inside Claude Code, Cursor, or Codex.
Is Zendesk MCP safe to install?
Review the Security Audits panel and restrict auth scopes before enabling write tools in production.