Skip to content
Cursor

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

What Cursor can do once it is connected

Fetch in other clients