Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Official reference server for step-by-step dynamic reasoning.
Provides a tool that guides Claude through structured, revisable chains of thought for complex problem-solving.
Planning-heavy work where the answer isn't a single lookup: architecture decisions, debugging strategy, math-heavy analysis, or decomposing a vague brief into an execution plan. Overkill for simple retrievals — the extra loop just adds latency.
Add to .mcp.json under mcpServers.sequential-thinking:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}It structures the model's reasoning — it doesn't add knowledge or tools, so output quality still depends on the underlying model. Deep multi-branch sessions burn context and tokens fast. On fast models the overhead can outweigh the benefit for routine tasks.
Repository
modelcontextprotocol/serversCharted
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.