Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Microsoft's Playwright MCP server for browser automation.
Exposes Playwright's accessibility tree and actions to MCP-aware clients so Claude can drive web pages by intent rather than coordinates.
Best for browser-based UI testing that needs to survive design changes (no selectors to break), filling SaaS forms without an API, and web scraping where the structure varies. Pairs naturally with Computer Use for layered automation — Playwright for stable flows, Computer Use as the fallback when the tree breaks.
npx -y @playwright/mcp@latest Add the entry to .mcp.json or ~/.claude.json under mcpServers.playwright. Optionally pass --browser (chromium / firefox / webkit / msedge) and --executable-path.
Drives Chromium-family and WebKit by default — Firefox support needs --browser firefox but is less stable. Some sites with aggressive bot detection (Cloudflare, DataDome) will block the embedded browser; use a real-user-profile Chromium launch for those.
Repository
microsoft/playwright-mcpCharted
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.