Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Turn any website into LLM-ready markdown via Firecrawl.
Firecrawl's MCP server for turning any website into clean, LLM-ready markdown. Handles JS-rendered pages, structured extraction, and crawl depth — useful when you need document-grade scraping without writing the scraper.
Best when Claude needs real web pages as context — docs ingestion, competitor research, 'read this link first' flows on JS-heavy sites. Cheaper and steadier than a browser agent for read-only targets; switch to Playwright MCP or Browserbase when the page needs interaction.
Add to .mcp.json under mcpServers.firecrawl:
{
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"env": { "FIRECRAWL_API_KEY": "fc-YOUR_API_KEY" }
}Firecrawl is a paid cloud service (free tier rate-limited) — page content transits their API, so keep private or authenticated pages out of scope. Deep crawls can trip target-site rate limits; set limits and mind robots.txt.
Repository
firecrawl/firecrawl-mcp-serverCharted
Exa's official MCP server — live web search, crawling, and deep research wired into Claude.
Official Chrome DevTools MCP server — performance tracing, network inspection, and live debugging for coding agents.
Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.