MCP Directory
Back

zero-mcp

by SNIKO · TypeScript · ★ 2

Zero-boilerplate, lightweight and fast MCP server toolkit. Skip the weight of `@modelcontextprotocol/sdk` and start shipping MCP servers in minutes with minimal code.

Install

npx -y github:SNIKO/zero-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "zero-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:SNIKO/zero-mcp"
      ]
    }
  }
}

From the README

> Zero-boilerplate HTTP MCP server toolkit. Skip the weight of and start shipping MCP tools in minutes. The official ships with **significant overhead**—both in dependencies and performance—while implementing features most developers never use and missing critical conveniences. Zero MCP takes the opposite approach: minimal dependencies, faster cold starts, and ergonomics that get you shipping in minutes. **What's wrong with the official SDK?** - **Dependency bloat** – Bundles 12+ packages (Express, CORS middleware, rate limiting, EventSource polyfills, PKCE utilities) even for simple tool…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers