zendesk mcp server for Cursor
io.github.fruggr/zendesk-mcp-server
Draft, translate and update Help Center articles and manage Zendesk tickets from your AI assistant.
client:Cursor
transport:stdio
runtime:npm
Install zendesk mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zendesk-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fruggr/zendesk-mcp-server"
],
"env": {
"ZENDESK_SUBDOMAIN": "<ZENDESK_SUBDOMAIN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs