Z
zero-mcp
ToolsMIT
Overview
A zero-boilerplate, lightweight MCP server toolkit for TypeScript/JavaScript, enabling quick setup of MCP servers with minimal code.
Capabilities
- • stdio transport support
- • network transport options
- • prompt templates
- • tool call interface
- • authentication support
- • github integration
Best For
zero-mcp is a lightweight MCP server toolkit for TypeScript/JavaScript, designed for fast setup with minimal code, avoiding the weight of larger SDKs.
Decision Snapshot
Install
available
Usage
available
Docs
1 links
Capabilities
6 key capabilities detected
- • GitHub stars: 2
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/16/2026
Installation / Setup
npm install zero-mcp zod
Usage
import { McpServer, type ToolDefinition, z } from 'zero-mcp'; && const server = new McpServer({ && name: 'calculator', && version: '1.0.0',Features
- • stdio transport support
- • network transport options
- • prompt templates
- • tool call interface
- • authentication support
- • github integration
Use Cases
- • Supports capabilities such as: stdio transport support; network transport options; prompt templates.
- • Common usage themes: mcp, model-context-protocol, llm, modelcontextprotocol.
Supported Clients / Integrations
- • stdio transport support
- • network transport options
- • prompt templates
- • tool call interface
- • authentication support
- • github integration
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• import { McpServer, type ToolDefinition, z } from 'zero-mcp'; && const server = new McpServer({ && name: 'calculator', && version: '1.0.0',
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: medium
- • Parser coverage score: 1.00
- • Source feeds: npm Registry Search API
- • Topic cluster: general
Official Links
Source Information
Source: github.com/SNIKO/zero-mcp
Community: 2 stars
Last Updated: Apr 15, 2026
TypeScript/JavaScriptMIT
You can verify all information on this page against the source repository above.
Related MCP Tools
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.