Fetch for Cursor
io.github.modelcontextprotocol/fetch
Reference server that fetches a URL and converts the page to markdown for a model to read, with optional raw mode and pagination through long pages.
client:Cursor
transport:stdio
runtime:pypi
tools:1
Install Fetch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fetch": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs