Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Official Chrome DevTools MCP server — performance tracing, network inspection, and live debugging for coding agents.
The Google Chrome DevTools team's official MCP server gives agents direct access to browser debugging: performance trace analysis, network request inspection, console messages, screenshots, and DOM access, driven through a real Chrome instance. The de-facto choice when Claude Code (or any MCP client) needs to see why a page is slow or broken — a debugging focus that complements Playwright MCP's automation focus.
When an agent-built page is slow, throwing console errors, or behaving differently across devices — hand the agent Chrome DevTools instead of guessing from code. Pair with Playwright MCP: Playwright drives flows, Chrome DevTools explains what happened.
claude mcp add chrome-devtools -- npx chrome-devtools-mcp@latest Requires Chrome; the server launches and drives a local instance. Tool examples: performance_start_trace, network_request_from_url, take_screenshot.
Debugging-focused, not an automation harness — for multi-step flows and form filling use Playwright MCP. It drives a real browser instance, so avoid pointing it at accounts you don't want touched.
Repository
ChromeDevTools/chrome-devtools-mcpCharted
Exa's official MCP server — live web search, crawling, and deep research wired into Claude.
Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.
Turn any GitHub project into an MCP docs hub — no server-side install required.