| name | mcp-server-patterns |
| description | Build MCP servers with Node and TypeScript using tools, resources, Zod schemas, and stdio transport. |
| tags | ["mcp","typescript","agentic"] |
| complements | ["python-patterns"] |
MCP Server Patterns
Use this skill when implementing a Model Context Protocol server, wiring stdio
transport, registering tools, or designing schema-first agent integrations.
When to Use
- Build or debug MCP tools for local agents.
- Add Zod validation for tool inputs.
- Keep transport setup separate from business logic.
See template.