Fetch MCP Server
OfficialOfficial 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 · 网络 · 爬虫.
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-fetchClaude Desktop Configuration
Add the following to Claude Desktop’s claude_desktop_config.json:
{"mcpServers":{"fetch":{"command":"uvx","args":["mcp-server-fetch"]}}}Tags
Similar recommendations
Brave Search MCP Server
Brave 官方搜索服务器,支持网页搜索与本地搜索,提供隐私优先的实时检索结果。
Tavily MCP Server
专为 AI 优化的搜索 API 服务器,返回结构化结果与原文摘要,适合构建研究型 Agent。
Exa MCP Server
基于神经网络的语义搜索引擎服务器,支持按内容含义检索网页,适合深度研究与召回。
Jina Reader MCP Server
基于 Jina Reader API 的网页阅读服务器,将任意 URL 转换为干净的 Markdown 文本。
Firecrawl MCP Server
强大的网页爬取与转换服务器,将整个网站抓取为结构化 Markdown,支持批量与动态渲染。
Puppeteer MCP Server
Official Puppeteer server (archived) providing browser automation and web scraping, with form interaction and screenshots.
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.