Back to MCP directory

Fetch MCP Server

Official

Official web-fetching server that retrieves page content and converts it into a format suitable for LLMs, handling encoding and pagination automatically.

Fetch MCP Server is an MCP server for Search & Web work. Official web-fetching server that retrieves page content and converts it into a format suitable for LLMs, handling encoding and pagination automatically. Tags: fetch · 抓取 · 网页 · web · 网络 · 爬虫.

Search & WebstdioAuthor: Anthropic45.0k starsVisit

What is Fetch MCP Server

Fetch MCP Server exposes Search & Web capabilities to MCP clients. Official web-fetching server that retrieves page content and converts it into a format suitable for LLMs, handling encoding and pagination automatically.

Install Fetch MCP Server in Cursor / Claude / Codex

Cursor Open Cursor MCP settings (or user/project mcp.json) and add the server config on this page. If only a start command exists, put command/args into a Cursor MCP entry.

Claude Desktop Add the config to claude_desktop_config.json and restart Claude Desktop.

Codex Add the same command/args or JSON snippet to Codex MCP config. File location depends on your Codex version.

Install & Run

Run the following command in your terminal to start the server:

uvx mcp-server-fetch

Claude Desktop Configuration

Add the following to Claude Desktop’s claude_desktop_config.json:

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

Tags

fetch抓取网页web网络爬虫官方

Similar recommendations

FAQ

What problem does Fetch MCP Server solve?

Fetch MCP Server focuses on Search & Web. Official web-fetching server that retrieves page content and converts it into a format suitable for LLMs, handling encoding and pagination automatically.

How do I connect Fetch MCP Server to my editor?

Use the command or JSON in the install section. If none is listed, follow the project home. Do not paste config from unknown sources.

What similar MCP servers exist?

The related list comes from the same Search & Web group so you can compare scope.