Odel
zendesk mcp server

zendesk mcp server

Local
@fruggr4TypeScriptMITUpdated 2 days ago

Draft, translate and update Help Center articles and manage Zendesk tickets from your AI assistant.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@fruggr/zendesk-mcp-serverv2.20.0

Run

npx -y @fruggr/zendesk-mcp-server

MCP client config

{
  "mcpServers": {
    "zendesk-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fruggr/zendesk-mcp-server"
      ]
    }
  }
}