desk-mcp MCP Server
imohanvadivel/desk-mcp
Are you the maintainer of imohanvadivel/desk-mcp? Claim this listing →
MCP server for the Zoho Desk API — 706 endpoints, 3 context-efficient tools
Add AgentRank to Claude Code Discover and compare tools like imohanvadivel/desk-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
imohanvadivel/desk-mcp is a TypeScript MCP server. MCP server for the Zoho Desk API — 706 endpoints, 3 context-efficient tools
Ranked #120 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 2d ago
Last commit 2d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads 13% 4/wk
4 weekly installs → early adoption
PyPI Downloads N/A
Forks 0
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# desk_mcp An MCP (Model Context Protocol) server that exposes the entire Zoho Desk API (706 endpoints across 130 categories) through 3 context-efficient tools. Instead of registering one tool per endpoint (which would flood the LLM context), the server uses a **search-then-call** pattern: 1. **`list_categories`** — discover API areas 2. **`search_endpoints`** — find the right endpoint by keyword/category 3. **`call_api`** — execute it by `operationId` ## Prerequisites - [Bun](https://bun.sh) v1.3+ - A Zoho Desk account with API access - A valid Zoho OAuth token ## Installation ```bash bun install ``` ## Configuration The server reads three environment variables: | Variable | Required | Default | Description | |---|---|---|---| | `ZOHO_OAUTH_TOKEN` | Yes | — | Your Zoho OAuth token (see [Authorization](#authorization) below) | | `ZOHO_ORG_ID` | Yes | — | Your Zoho Desk organization ID. Auto-injected into every API call. | | `ZOHO_DESK_DOMAIN` | No | `desk.zoho.com` | Zoho DesRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.