MCP server for California statutes and legislation — source-verified statute text, pending-bill flags, and legislative history from the Legislature's public bulk data
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ca-leginfo-mcp": {
"command": "uvx",
"args": [
"ca-leginfo-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ca-leginfo-mcp uvx ca-leginfo-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ca-leginfo-mcp": {
"command": "uvx",
"args": [
"ca-leginfo-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install ca-leginfo-mcp