Types
Freeby MCP Community
Zod schemas and static TypeScript types for Model Context Protocol (MCP) SDK.
v1.0.2Added Apr 12, 2026
MCPzodtypes
Types MCP Server
Zod schemas and static TypeScript types for Model Context Protocol (MCP) SDK.
Installation
Reviews
Installation
Quick install
npx -y mcp-types
Add to claude_desktop_config.json
{
"mcpServers": {
"types": {
"command": "npx",
"args": ["-y", "mcp-types"]
}
}
}