Desk Crew MCP Server

Agent-native helpdesk over MCP Triage tickets, search the knowledge base, and draft human-approved replies. Free credential or anonymous x402 (USDC). It is available as a remote MCP endpoint.

Teams that work with customer support, helpdesk and skill and want a hosted endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 2 · #264 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Desk Crew

before you install - you'll need

Set DESKCREW_TENANT, DESKCREW_API_KEY before connecting.

Claude Code

claude mcp add webmilmind1-deskcrew-mcp --transport http https://deskcrew.io/api/mcp/{tenant_slug}

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "webmilmind1-deskcrew-mcp": {
      "url": "https://deskcrew.io/api/mcp/{tenant_slug}"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://deskcrew.io/api/mcp/{tenant_slug}

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to deskcrew.io

license MIT - declared in the repository

registry vendor namespace io.deskcrew - domain-verified with the official MCP registry

03 · What Desk Crew can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including rotate_board_key.

The 1 tools it gives your agent

Extracted from the project's README - what DeskCrew lets an agent do.

rotate_board_key
- draft

Latest releases

v1.0.0 · 2026-09-10

Stdio relay to the DeskCrew MCP endpoint. No dependencies, no build step; a no-op build script is included so hosted directories that infer install-then-build pass.

04 · Who maintains Desk Crew

DeskCrew is maintained by webmilmind1. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
finance - ranked #264 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-09-10)
registry
io.deskcrew/support (active, first published 2026-06-28 · 2 versions)

06 · Desk Crew FAQ

What is Desk Crew?

Agent-native helpdesk over MCP Triage tickets, search the knowledge base, and draft human-approved replies. Free credential or anonymous x402 (USDC). It is available as a remote MCP endpoint.

Is Desk Crew still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Desk Crew?

Run `claude mcp add webmilmind1-deskcrew-mcp --transport http https://deskcrew.io/api/mcp/{tenant_slug}`. The README documents 2 environment variables (DESKCREW_TENANT, DESKCREW_API_KEY) to set first. Set DESKCREW_TENANT, DESKCREW_API_KEY before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Desk Crew