Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.
Vercel's handler for deploying MCP servers on the same serverless / edge infrastructure that powers Next.js. Lets you ship an MCP endpoint as a Route Handler with zero new ops. The standard path to production for TypeScript MCP servers (formerly mcp-adapter; the npm package is now mcp-handler).
When your local stdio MCP server needs a public URL — for a team, a hosted agent, or a customer demo — the adapter turns it into a deployable endpoint.
npm install mcp-handler Wrap your MCP server with the provided helper and export it as a Route Handler.
Serverless is stateless — MCP servers that depend on long-lived local processes (stdio-spawned tools, in-memory state) need reworking to fit the request/response model.
Repository
vercel/mcp-handlerCharted
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.
Turn any GitHub project into an MCP docs hub — no server-side install required.