mcpbeat Sign in

Zoo MCP Server

local only

Zoo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 8 364 installs a week from pypi. Last commit 15 Sep 2026.

An MCP server that provides access to the Zoo API for various CAD operations and tools.

Installs per day peak 2 361 · avg 1 015 · -29% w/w
a month agotoday
8 364
Installs / week
pypi · zoo_mcp
9
Stars
12 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Zoo MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zoo-mcp -- uvx zoo_mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zoo-mcp": {
      "args": [
        "zoo_mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zoo-mcp]
command = "uvx"
args = ["zoo_mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "zoo-mcp": {
      "args": [
        "zoo_mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zoo-mcp": {
      "args": [
        "zoo_mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ZOO_TOKEN (Your Zoo API key to access the Zoo services. Get one from https://zoo.dev/account/developer). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zoo MCP

same job, measured the same way
Paypal
by paypal-mcp

PayPal MCP server provides access to PayPal services and operations for AI assistants

answering
Cisco Modeling Labs CML
by xorrkaz

An MCP server that provides access to common Cisco Modeling Labs (CML) operations.

1 099 installs/wk local only
Sauce API MCP
by saucelabs

An open-source MCP server that provides LLM access to the Sauce Labs API

80 installs/wk local only
Sauce API MCP
by saucelabs-sample-test-frameworks

An open-source MCP server that provides LLM access to the Sauce Labs API

local only
Colabfit MCP
by colabfit

An MCP server that provides access to the ColabFit database

81 installs/wk local only
Svelte LLM MCP
by stanislav-svelte-llm

An MCP server that provides access to Svelte 5 and SvelteKit documentation

2 tools answering
Sayou Opendart MCP
by kcw2034-sayouzone

An MCP server that provides OpenDart API

60 installs/wk local only
MCP Opendart Server
by kcw2034-sayouzone

An MCP server that provides OpenDart API

local only

Zoo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Zoo MCP?
Zoo MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package zoo_mcp was installed 8 364 times last week.
How do I connect Zoo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zoo_mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Zoo MCP?
The pypi package zoo_mcp was installed 8 364 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zoo MCP open source?
Yes — it is published under the MIT licence, written in Python, 9 stars on GitHub and 12 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.