Fetch
io.modelcontextprotocol/fetch · v2026.7.10
Fetch a web page and convert it to clean markdown — pull prior-art pages into a session.
Install
Open this server in FlowLeap's marketplace to install it in a couple of clicks, or paste the config below into any MCP client.
New to the marketplace? See how installing works.
Runs as
uvx · pypi · mcp-server-fetch@2026.7.10
Repository
modelcontextprotocol/servers
Website
modelcontextprotocol.io
What it needs from you
Nothing — this server needs no keys or credentials to start.
Manual config
Add this to your MCP client's config (e.g. an mcp.json or the client's mcpServers block), filling in any placeholders.
mcpServers
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}