Fetch
io.github.modelcontextprotocol/fetch · v2025.4.7
stdio
Reference server that fetches a URL and converts the page to markdown for a model to read, with optional raw mode and pagination through long pages.
Claude Code
claude mcp add fetch -- uvx mcp-server-fetch
mcpServers JSON (Claude Desktop, Cursor, Windsurf, VS Code)
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}
Tools (1)
fetch
server.json manifest
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"_meta": {
"io.mcpregistry/license": "MIT",
"io.mcpregistry/tags": [
"reference",
"web",
"http",
"official"
],
"io.mcpregistry/tools": [
"fetch"
],
"io.mcpregistry/transport": "stdio"
},
"description": "Reference server that fetches a URL and converts the page to markdown for a model to read, with optional raw mode and pagination through long pages.",
"name": "io.github.modelcontextprotocol/fetch",
"packages": [
{
"environmentVariables": [],
"identifier": "mcp-server-fetch",
"registryType": "pypi",
"transport": {
"type": "stdio"
},
"version": "2025.4.7"
}
],
"repository": {
"source": "github",
"url": "https://github.com/modelcontextprotocol/servers"
},
"title": "Fetch",
"version": "2025.4.7"
}