footnote-mcp for Cursor
io.github.kazkozdev/footnote-mcp
Source-grounded web research: search, extraction, verification, and browser automation.
client:Cursor
transport:stdio
runtime:pypi
Install footnote-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"footnote-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"footnote-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs