Odel
zendesk mcp

zendesk mcp

Local
@michaelrice5PythonApache-2.0Updated 2w ago

Zendesk MCP server for Claude Code and other MCP clients

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).

PyPIzendesk-mcpv0.1.1

Run

uvx zendesk-mcp

MCP client config

{
  "mcpServers": {
    "zendesk-mcp": {
      "command": "uvx",
      "args": [
        "zendesk-mcp"
      ]
    }
  }
}