Skip to content
Cline

Fetch for Cline

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:Cline transport:stdio runtime:pypi tools:1

Install Fetch in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": [
        "mcp-server-fetch"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

What Cline can do once it is connected

Fetch in other clients