Skip to content
Grok

footnote-mcp for Grok

io.github.kazkozdev/footnote-mcp

Source-grounded web research: search, extraction, verification, and browser automation.

client:Grok transport:stdio runtime:pypi

Install footnote-mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "footnote-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "footnote-mcp"
      ]
    }
  }
}

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

footnote-mcp in other clients