← Back to Plugins
MCP Server MCP

Zendesk

github By github 👁 1 views ▲ 0 votes

Zendesk MCP server for Model Context Protocol hosts

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-zendesk",
      "version": "0.4.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the config directory containing accounts.json and credentials/",
          "format": "filepath",
          "default": "~/.mcp/zendesk",
          "name": "ZENDESK_CONFIG_PATH"
        },
        {
          "description": "Optional OAuth client ID for legacy token refresh flows",
          "format": "string",
          "name": "ZENDESK_CLIENT_ID"
        },
        {
          "description": "Optional OAuth client secret for legacy token refresh flows",
          "format": "string",
          "isSecret": true,
          "name": "ZENDESK_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...