Zendesk MCP HTTP Server with OAuth 2.0 and Analytics Tools - Extended version with 4 additional analytics tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"zendesk-mcp-server": {
"command": "npx",
"args": [
"-y",
"rickapex/Zendesk-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add zendesk-mcp-server npx -y rickapex/Zendesk-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"zendesk-mcp-server": {
"command": "npx",
"args": [
"-y",
"rickapex/Zendesk-MCP-Server"
]
}
}
}