zeromcp

mrexodia/zeromcp
★ 87 stars Python Browser/Web Updated today
Zero-dependency MCP server implementation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zeromcp": {
      "command": "uvx",
      "args": [
        "zeromcp"
      ]
    }
  }
}

Or install with pip: pip install zeromcp

README Excerpt

**Minimal MCP server implementation in pure Python.** A lightweight, handcrafted implementation of the [Model Context Protocol](https://modelcontextprotocol.io/) focused on what most users actually need: exposing tools with clean Python type annotations. - ✨ **Zero dependencies** - Pure Python, standard library only

Topics

mcpmcp-sdkmodelcontextprotocolpythonpython-mcp