kapyn
MCP serversSearch & web 路 MCP server

Fetch MCP server

Fetch a URL and convert it for the model. A reference server that retrieves a web page and converts it to clean markdown the model can read. The simplest way to give an assistant the open web.

Category
Search & web
Maintained by
Official
Protocol
Model Context Protocol
Source
modelcontextprotocol/servers
View on GitHubBrowse all MCP servers

Installing Fetch

A Python server. Needs uv installed (uvx ships with it).

Claude Code
claude mcp add fetch -- uvx mcp-server-fetch
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": [
        "mcp-server-fetch"
      ]
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

What it does

A reference server that retrieves a web page and converts it to clean markdown the model can read. The simplest way to give an assistant the open web.

Like any MCP server, Fetch plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Search & web MCP servers