MCP Server
Fetch MCP MCP Server
by Anthropic
Fetch and convert web pages to markdown for the model.
About Fetch MCP
Reference fetch server. Pulls a URL, strips boilerplate, and returns clean markdown — useful when you only need a single page rather than full search.
Tags
webhttpmarkdown
How to install Fetch MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"]
}
}
}Example shape only — see the repository for the canonical install command.