Skip to content

MCP Server

zod-rs ships an official Model Context Protocol server at https://mcp.zod.rs/mcp. Connect it to Claude, Cursor, or any MCP client and your AI assistant can search and read the current zod-rs documentation instead of relying on training data.

The server is free, requires no authentication, and always serves the latest published docs.

Terminal window
claude mcp add --transport http zod-rs https://mcp.zod.rs/mcp

Add a custom connector in Settings → Connectors with the URL:

https://mcp.zod.rs/mcp

Add to .cursor/mcp.json:

{
"mcpServers": {
"zod-rs": {
"url": "https://mcp.zod.rs/mcp"
}
}
}
ToolDescription
search_docsFull-text search across the complete documentation, returning the most relevant sections as markdown
get_pageFetch one documentation page as markdown by its path, e.g. /primitives/string/
list_pagesList every documentation page path

The server publishes a machine-readable card at /.well-known/mcp/server-card.json, so MCP-aware agents can discover it without configuration. Legacy SSE clients can connect at https://mcp.zod.rs/sse.