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).
Run
uvx footnote-mcp
MCP client config
{
"mcpServers": {
"footnote-mcp": {
"command": "uvx",
"args": [
"footnote-mcp"
]
}
}
}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"
]
}
}
}