MCP server to read Verso-generated documentation sites (e.g., the Lean Language Reference).
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx verso-mcp
MCP client config
{
"mcpServers": {
"verso-mcp": {
"command": "uvx",
"args": [
"verso-mcp"
]
}
}
}