canlii for Grok
io.github.mohammadfarooqi/canlii
Search Canadian case law, browse legislation, and check citations via the CanLII API.
client:Grok
transport:stdio
runtime:npm
Install canlii in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"canlii": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"canlii-mcp"
],
"env": {
"CANLII_API_KEY": "<CANLII_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs