Zero
Freeby MCP Community
Zero-boilerplate, lightweight and fast MCP server toolkit. Skip the weight of `@modelcontextprotocol/sdk` and start shipping MCP servers in minutes with minimal
v0.2.2Added Apr 12, 2026
mcpmodel-context-protocolllmmodelcontextprotocolopenai
Zero MCP Server
Zero-boilerplate, lightweight and fast MCP server toolkit. Skip the weight of @modelcontextprotocol/sdk and start shipping MCP servers in minutes with minimal
Installation
Reviews
Installation
Quick install
npx -y zero-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"zero": {
"command": "npx",
"args": ["-y", "zero-mcp"]
}
}
}