Zod Schema Validation
MCP Serverby Mindrally · Added 5mo ago
Claude
8
Install
git clone https://github.com/Mindrally/skillsAdd to Claude
claude mcp add zod-schema-validationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"zod-schema-validation": {
"command": "npx",
"args": [
"@modelcontextprotocol/zod-schema-validation"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Best practices for Zod schema validation and type inference in TypeScript applications.
Tags
developmenttypescriptgoreactapiskill