Fetch
by Anthropic (reference)
Fetch
7,000730/mov0.0.2stdioVerified on npm
SearchMCP / Integrations
Install & run
Add to claude_desktop_config.json:
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"-y",
"mcp-server-fetch"
]
}
}
}Overview
Fetch a URL and convert its content to clean markdown for the model to read. The simplest way to give an assistant live web-page access without a full browser.
Tools (1)
fetchFetch a URL and return clean markdown
Key features
- URL → markdown conversion
- Strips boilerplate
- Lightweight, no browser
Use cases
- Give an assistant live web-page content
- Summarise an article
- Read API docs
Frequently asked questions about Fetch
No — for JS-heavy pages use the Puppeteer or Playwright servers instead.
Did you find this helpful?