PluginBench
MCP Server

Zendesk MCP Server

io.github.mindstone/mcp-server-zendesk

What is the Zendesk MCP server?

Zendesk MCP server for Model Context Protocol hosts

How to install Zendesk

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ZENDESK_CONFIG_PATH

    Path to the config directory containing accounts.json and credentials/

  • ZENDESK_CLIENT_ID

    Optional OAuth client ID for legacy token refresh flows

  • ZENDESK_CLIENT_SECRET
    secret

    Optional OAuth client secret for legacy token refresh flows

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-zendesk": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-zendesk"
      ],
      "env": {
        "ZENDESK_CONFIG_PATH": "<YOUR_ZENDESK_CONFIG_PATH>",
        "ZENDESK_CLIENT_ID": "<YOUR_ZENDESK_CLIENT_ID>",
        "ZENDESK_CLIENT_SECRET": "<YOUR_ZENDESK_CLIENT_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-zendesk": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-zendesk"
      ],
      "env": {
        "ZENDESK_CONFIG_PATH": "<YOUR_ZENDESK_CONFIG_PATH>",
        "ZENDESK_CLIENT_ID": "<YOUR_ZENDESK_CLIENT_ID>",
        "ZENDESK_CLIENT_SECRET": "<YOUR_ZENDESK_CLIENT_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-zendesk": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-zendesk"
      ],
      "env": {
        "ZENDESK_CONFIG_PATH": "<YOUR_ZENDESK_CONFIG_PATH>",
        "ZENDESK_CLIENT_ID": "<YOUR_ZENDESK_CLIENT_ID>",
        "ZENDESK_CLIENT_SECRET": "<YOUR_ZENDESK_CLIENT_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-zendesk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-zendesk"
      ],
      "env": {
        "ZENDESK_CONFIG_PATH": "<YOUR_ZENDESK_CONFIG_PATH>",
        "ZENDESK_CLIENT_ID": "<YOUR_ZENDESK_CLIENT_ID>",
        "ZENDESK_CLIENT_SECRET": "<YOUR_ZENDESK_CLIENT_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server-zendesk --env ZENDESK_CONFIG_PATH=<YOUR_ZENDESK_CONFIG_PATH> --env ZENDESK_CLIENT_ID=<YOUR_ZENDESK_CLIENT_ID> --env ZENDESK_CLIENT_SECRET=<YOUR_ZENDESK_CLIENT_SECRET> -- npx -y @mindstone/mcp-server-zendesk

Related MCP servers

MCP server for Apple Shortcuts via the macOS shortcuts CLI

View repository →

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

View repository →

Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.

View repository →

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

View repository →

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers

View repository →

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

View repository →