Skip to content
Grok

mcp isap for Grok

io.github.matematicsolutions/mcp-isap

MCP server for Polish legislation (Dziennik Ustaw / Monitor Polski) via Sejm ELI API.

client:Grok transport:stdio runtime:npm

Install mcp isap in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-isap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@matematicsolutions/mcp-isap"
      ]
    }
  }
}

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

mcp isap in other clients