Odel
footnote-mcp

footnote-mcp

Local
@kazkozdev1PythonMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfootnote-mcpv0.2.6

Run

uvx footnote-mcp

MCP client config

{
  "mcpServers": {
    "footnote-mcp": {
      "command": "uvx",
      "args": [
        "footnote-mcp"
      ]
    }
  }
}
Dockerghcr.io/kazkozdev/footnote-mcp:0.2.6

Run

docker run -i --rm ghcr.io/kazkozdev/footnote-mcp:0.2.6

MCP client config

{
  "mcpServers": {
    "footnote-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kazkozdev/footnote-mcp:0.2.6"
      ]
    }
  }
}