Skip to content
Grok

proofread.law for Grok

io.github.data-alchemy-labs/proofread-mcp

Check US and Swiss case citations against open registers of court opinions, from any MCP client.

client:Grok transport:stdio runtime:npm

Install proofread.law in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "proofread-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "proofread-mcp"
      ],
      "env": {
        "PROOFREAD_API_KEY": "<PROOFREAD_API_KEY>",
        "PROOFREAD_API": "<PROOFREAD_API>"
      }
    }
  }
}

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

proofread.law in other clients