Back to MCP ServersOfficial documentation
mcp-server-fetch
OFFICIALReference web-fetching server. Downloads a URL and converts the page to clean markdown the model can actually use.
Category: Search · Works with: Claude Code, Grok Build, Claude Desktop, Cursor, Codex CLI, Gemini CLI
What it does
Lets agents read specific web pages (docs, blog posts, READMEs) without a full browser. Lighter than Playwright when you only need page content.
Install
uvx mcp-server-fetch
Setup Instructions
claude Code
claude mcp add fetch -- uvx mcp-server-fetch
claude Desktop
Requires uv (https://docs.astral.sh/uv/):
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}Compatible Agents
Claude CodeGrok BuildClaude DesktopCursorCodex CLIGemini CLI
Related MCP Servers
@modelcontextprotocol/server-filesystem
Reference filesystem access for agents. Read, write, list, move, and search files within explicitly allowed directories.
GitHub MCP Server
GitHub's official MCP server. Manage issues, PRs, branches, workflows, and code scanning — or just let the agent read your repos.
mcp-server-git
Reference Git server. Status, diff, log, branch, commit, and search — structured Git operations for repos the agent works in.