All MCP servers

Fetch

By Anthropic

The simplest browser tool: takes a URL, returns text. No JavaScript rendering, no scraping smarts. Surprisingly often all you need.

Install

Run directly:
$ uvx mcp-server-fetch
Add to claude_desktop_config.json:
{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}

What you can do with it

  • Summarise an article a user pastes a link to.
  • Pull product pages into a comparison table.
  • Read docs pages without leaving the chat.

Works with

Claude DesktopClaude CodeCursorZedWindsurfCline

Other browser & web servers