Skip to main content
Glama

Zendesk MCP Server

by koundinya
package.json1.2 kB
{ "name": "zd-mcp-server", "version": "0.5.0", "description": "Zendesk MCP Server - Model Context Protocol server for Zendesk Support integration", "main": "dist/index.js", "bin": { "zd-mcp-server": "dist/index.js" }, "type": "module", "keywords": [ "mcp", "model-context-protocol", "zendesk", "ai", "claude", "support", "tickets" ], "author": "Girish Koundinya", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/koundinya/zd-mcp-server.git" }, "bugs": { "url": "https://github.com/koundinya/zd-mcp-server/issues" }, "homepage": "https://github.com/koundinya/zd-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "node-zendesk": "^2.1.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.0.0", "@types/node-zendesk": "^2.0.15", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/koundinya/zd-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server