Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Neon's official MCP server — create databases, branch data, and run SQL from Claude.
The official MCP server for Neon, the serverless Postgres platform: lets Claude create projects and branches, run migrations and SQL, and query schema — against a hosted remote endpoint with OAuth or an API key. Database branching is the standout: give each agent task an isolated copy of the database and merge or discard it like code.
Best for agent-driven backend work where schema changes are the risky part: let the agent migrate and query on a branch, verify, then merge. The ?readonly=true param makes read-only analytics setups one URL.
npx neon@latest init # or hosted remote with OAuth: npx add-mcp "https://mcp.neon.tech/mcp?category=projects&category=branches&category=querying"
Scope categories to the minimum the task needs — a token with projects+endpoints can create and destroy infrastructure. Writes go to a real Postgres; keep destructive agent work on branches, not main.
Repository
neondatabase/mcp-server-neonCharted
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.