Open Swiss legal corpus + MCP server: 1M+ court decisions (1875–today), 21k laws, 10M-edge citation graph, 42 MCP tools. CC0 data, MIT code. Live at mcp.opencaselaw.ch
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opencaselaw": {
"command": "uvx",
"args": [
"opencaselaw"
]
}
}
}
Run in terminal:
claude mcp add opencaselaw uvx opencaselaw
Add to .cursor/mcp.json:
{
"mcpServers": {
"opencaselaw": {
"command": "uvx",
"args": [
"opencaselaw"
]
}
}
}
Or install with pip: pip install opencaselaw