Desk Crew MCP Server

· MCP Registry: io.deskcrew/support · deskcrew.io. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 2 · #230 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

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-08-25

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

repo age created 2026-06-28 - young repo, little track record yet

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 get_ticket_context.

The 1 tools it gives your agent

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

get_ticket_context
- read

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 #230 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.deskcrew/support (active, first published 2026-06-28 · 2 versions)

06 · Desk Crew FAQ

What is Desk Crew?

· MCP Registry: io.deskcrew/support · deskcrew.io. It is available as a remote MCP endpoint.

Is Desk Crew still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18. 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