modelcontextprotocol/fetch
MCP ServerMCP Fetch Server - retrieve web content and convert to markdown
Official Anthropic MCP server for web content retrieval. Fetches URLs and converts to markdown for LLM consumption.
MCP Server
- Package:
mcp-server-fetch(Python, published on PyPI) - Transport: stdio
- Command:
uvx mcp-server-fetch - Runtime: requires
uv/uvx(https://github.com/astral-sh/uv). Install once withbrew install uvorcurl -LsSf https://astral.sh/uv/install.sh | sh.
Note: there is no
@modelcontextprotocol/server-fetchnpm package. The official fetch server is Python-based and shipped via PyPI. Earliernpxinvocations 404 against the npm registry.
Authentication
None required.
Available Tools
| Tool | Description |
|---|---|
fetch | Fetch a URL and return content as markdown |
Configuration Example
[[mcp.servers]]
name = "fetch"
type = "stdio"
command = "uvx"
args = ["mcp-server-fetch"]
timeout_seconds = 60
tools = []