Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Official interactive debugger for MCP servers — list tools, call them, and inspect JSON-RPC frames.
MCP Inspector is the official reference debugging tool for MCP servers. It launches a local web UI that lets you list tools, call them with arbitrary inputs, inspect JSON-RPC frames, and watch protocol-level exchanges in real time. Essential for any server author. The npm package was renamed to @modelcontextprotocol/inspector; the slug 'mcp-cli' is kept for backward compatibility.
Best for any MCP server author iterating on tools, any Host author debugging transport negotiation, and anyone investigating a client-reported 'tool doesn't work' bug. Less suited for load testing or production traffic monitoring.
npx @modelcontextprotocol/inspector@latest Then point it at your server: select stdio transport, paste your server command (e.g. node ./server.js or python -m my_server).
Inspector runs locally — it doesn't validate how a remote Host behaves. For Host-side debugging, capture the Host's --debug log and compare against what Inspector sees.
Repository
modelcontextprotocol/inspectorCharted
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.