Customer service platform
MCP server for Zendesk Support integration. Search, create, update, and manage support tickets through AI assistants.
{
"mcpServers": {
"zendesk": {
"mcpServers": {
"zendesk": {
"env": {
"ZENDESK_EMAIL": "user@example.com",
"ZENDESK_TOKEN": "your-token",
"ZENDESK_SUBDOMAIN": "yourcompany"
},
"args": [
"-y",
"zendesk-mcp-server"
],
"command": "npx"
}
}
}
}
}