Fetch
by modelcontextprotocol · Web & Browser · mcp-server, pypi
Retrieve and convert web content to markdown for analysis.
This fetch MCP server, developed by Anthropic, provides AI assistants with web content retrieval capabilities. It integrates with web servers to fetch and process HTML content, converting it to markdown for easier consumption by language models. Built in Python, the implementation handles URL fetching, content extraction, and HTML-to-markdown conversion. By bridging AI models and web content, this server allows AI systems to access and analyze online information in a structured format. It supports chunked reading of long web pages and offers customization options for user agents and robots.txt handling. The fetch server is particularly useful for AI assistants needing to retrieve and process web-based information, conduct research, or provide summaries of online content.
Source: https://github.com/modelcontextprotocol/servers/tree/HEAD/src/fetch
Install
uvx mcp-server-fetchTags: mcp-server, pypi
⭐ 81,865 GitHub stars · Source: pulsemcp
About Web & Browser MCP servers and Claude skills
Web & Browser MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Fetch is one of hundreds of Web & Browser entries indexed on Skiln. Browse the full Web & Browser category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related Web & Browser MCPs and skills
- dbt by dbt-labs
Provides a bridge between dbt (data build tool) resources and natural language interfaces, enabling execution of CLI commands, discovery of model metadata, and querying of the Semantic Layer for data transformation management.
- DuckDuckGo Search by nickclyde
Integrates with DuckDuckGo to provide web search capabilities, content fetching, and parsing, with results formatted for large language model consumption.
- Skyvern by skyvern-ai
Control your browser with Skyvern's browser automation platform.
- Scrapling by d4vinci
Provides advanced web scraping capabilities with browser fingerprint impersonation, dynamic content fetching via Chromium, and stealth scraping through modified Camoufox to bypass anti-bot protections, featuring CSS selector-based content filtering to reduce token consumption and support for bulk operations, proxy integration, and multiple output formats.
- OSP Marketing Tools by open-strategy-partners
Content and product marketing tools, including a standardized editing code system, writing guidelines, web metadata generator, and product communication framework.
- Binary Ninja by fosdickio
Integrates with Binary Ninja reverse engineering platform to enable binary analysis tasks like function listing, code decompilation, symbol renaming, and structure analysis through a HTTP server bridge.
- Polygon.io by massive-com
Provides complete access to Polygon.io's financial market data API with 35+ tools covering stocks, options, forex, and crypto including real-time trades, quotes, aggregates, market snapshots, ticker details, news, dividends, splits, and financial fundamentals for trading research and market analysis.
- OpenAI o3 Search by yoshiko-pg
Provides web search capabilities using OpenAI's o3 model with configurable reasoning effort levels for finding current information and solving complex problems beyond traditional search engines.
Frequently asked questions
How do I install Fetch?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Fetch?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Fetch free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.