
Fetch
PopularURL fetcher that returns clean markdown.
Official Python reference server. Pulls a URL, strips boilerplate, and returns readable markdown. Honours robots.txt and caps response size by default.
What it does
- Fetches an arbitrary URL and returns readability-style markdown, stripping nav and ads
- Consults robots.txt before each request and refuses disallowed paths
- Caps response size at 1 MiB by default, configurable per request
- Exposes a raw mode that returns the original HTML when the markdown extractor would lose fidelity
- Follows up to 5 redirects, surfaces the final URL for citation
- Sends a realistic User-Agent so sites that block default Python UAs still work
Best for
Fetch is a MCP server categorised under web scraping, official, http, scraping. Official Python reference server. Pulls a URL, strips boilerplate, and returns readable markdown. Honours robots.txt and caps response size by default.
Pick your MCP client from the Install panel on this page to get a one-click install link (Cursor, VS Code) or a ready-to-paste configuration for Claude Desktop, Claude Code, Gemini, Codex, Windsurf, and other MCP-compatible clients. No local setup required for remote servers.
Fetch is released under the MIT license. This is a permissive open-source license, so you can freely use, modify, and distribute it — subject to its terms.
Reviews
Write a ReviewBe the first to leave a review after using this server in production.
README
Alternatives
Community Puppeteer MCP with new-tab and attach modes.
Brave's own search MCP with web, news, image, and video.
Scoped file access with configurable allow-lists.
GitHub's own MCP server for issues, PRs, and code search.