All MCP servers
Browser & webOfficial
Fetch
By Anthropic
The simplest browser tool: takes a URL, returns text. No JavaScript rendering, no scraping smarts. Surprisingly often all you need.
Install
Run directly:
$ uvx mcp-server-fetchAdd to
claude_desktop_config.json:{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}What you can do with it
- Summarise an article a user pastes a link to.
- Pull product pages into a comparison table.
- Read docs pages without leaving the chat.
Works with
Claude DesktopClaude CodeCursorZedWindsurfCline
Other browser & web servers
Brave Search
Search the web and get back results with summaries and citations.
Tavily
Search optimised for AI agents — returns clean, ranked, citation-ready content.
Firecrawl
Scrape pages and crawl whole sites with JavaScript rendering.
Playwright
Drive a real browser — click, type, fill forms, take screenshots.