Back to Apps

Footnote MCP
Supports UIby KazKozDev
Source-grounded web research with search, extraction, verification, and browser automation to eliminate AI hallucinations.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Footnote MCP is a high-trust research server that prioritizes evidence over convenience. It doesn't just fetch search snippets; it verifies that claims are actually supported by the source text using a rigorous entailment engine, making it ideal for fact-checking and academic research.
Tools
web_deep_search: Orchestrates search across web, papers, encyclopedia, and GitHub, returning reranked source context.evidence_entailment: Strictly checks if a claim is supported by a source using heuristics or local LLMs.web_read: Fetches URLs through an escalation ladder (HTTP → Proxy → Headless Browser).web_extract_tables: Parses HTML tables into structured data with provenance.web_navigate/web_click: Full browser automation for JS-heavy pages via Playwright.papers_search: Normalized search across Crossref and arXiv.
Installation
Install via pip:
pip install footnote-mcp
python -m playwright install chromium
Claude Desktop config:
"footnote": { "command": "footnote-mcp" }
Supported hosts
- claude
- cursor
Quick install
pip install footnote-mcp && python -m playwright install chromiumInformation
- Pricing
- free
- Published
- 7/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "name": "footnote", "command": "footnote-mcp" }Claude Desktop
Add to mcpServers: { "footnote": { "command": "footnote-mcp" } }





