MCP Server
MCP
io.github.fruggr/zendesk-mcp-server
Draft, translate and update Help Center articles and manage Zendesk tickets from your AI assistant.
Install
npx -y @fruggr/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@fruggr/zendesk-mcp-server",
"version": "2.19.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Zendesk subdomain (the <subdomain> in https://<subdomain>.zendesk.com). Alternatively set ZENDESK_SUBDOMAIN.",
"isRequired": true,
"type": "positional",
"valueHint": "subdomain"
}
],
"environmentVariables": [
{
"description": "Zendesk subdomain, used when no positional subdomain argument is given.",
"name": "ZENDESK_SUBDOMAIN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment