FetchV2 for Cursor
io.github.praveenc/fetchv2-mcp-server
Fetch and extract web pages, discover links, and read llms.txt documentation indexes.
client:Cursor
transport:stdio
runtime:pypi
Install FetchV2 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fetchv2-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fetchv2-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs