What is the footnote-mcp MCP server?
Source-grounded web research: search, extraction, verification, and browser automation.
How to install footnote-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"footnote-mcp": {
"command": "uvx",
"args": [
"footnote-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"footnote-mcp": {
"command": "uvx",
"args": [
"footnote-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"footnote-mcp": {
"command": "uvx",
"args": [
"footnote-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"footnote-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"footnote-mcp"
]
}
}
}Claude Code
claude mcp add footnote-mcp -- uvx footnote-mcpRelated MCP servers
Abscissa
Maintained
Safety-aware MCP server for Linear issues, projects, cycles, and dependencies.
1
View repository →Python
MIT
Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.
View repository →