otp-mcp-zendesk

steve-in-the-cloud/otp-mcp-zendesk
★ 0 stars Python 🔌 API Integration Updated today
OTP MCP Server for Zendesk integration - TOTP/HOTP generation via Model Context Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install otp-mcp-zendesk