For non-developers
What can Claude do with Fetch?
Imagine telling your AI: 'Read the content of this URL and summarize it' — and it just fetches the page. This server gives your AI a simple tool to download a URL and return its content as text, like a basic browser that doesn't run JavaScript.
★ Hand-picked walkthrough
Let Claude Browse the Web with MCP Fetch Server
Things you can ask Claude
Single Page Reading
Fetch a URL and summarize or extract content.
Say to Claude
Fetch https://example.com/article and summarize the main points API Response Inspection
Hit a public API endpoint and inspect the response.
Say to Claude
Fetch https://api.github.com/repos/anthropic/anthropic-sdk-python and show me the star count and language Content Conversion
Grab a page and have AI convert it to another format.
Say to Claude
Fetch this blog post and convert it to a clean markdown file When it helps
- ✓You want to read a web page or API response in conversation
- ✓The URL returns server-rendered HTML, JSON, or plain text
- ✓You need a lightweight, free option for single-page fetches
- ✓You're combining with other tools and just need the page content
FAQ
Can Claude use Fetch?
Yes. With the Fetch MCP connector (an MCP server), Claude can work with Fetch directly in your conversation — Official web fetch server — let AI retrieve content from any URL, including HTML to Markdown conversion for clean LLM consumption.
Do I need to code to use Fetch with Claude?
No. You install the connector once (a short config or one command), then you just ask Claude in plain English. The example prompts on this page work as-is.
How do I add Fetch to Claude?
Open the Fetch connector page for copy-paste setup, or follow the per-client guide for Claude Desktop, Claude Code, Cursor, or ChatGPT.
Set up Fetch in Claude
Copy-paste config, setup steps, plus the walkthrough — on the connector page.