Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Official reference MCP server for read/write access to the local filesystem.
Provides Models with controlled access to files and directories, with configurable allowed paths and read/write permissions.
The default first MCP server for local-agent work: codebase exploration, bulk refactors, writing reports into a folder, or any task where Claude needs real files under your control. Pair with git-mcp so file changes stay versioned.
Add to .mcp.json under mcpServers.filesystem:
{
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects", "/tmp/claude-scratch"]
}
Every argument after the package name is an allowed directory; only those paths are reachable.Safety equals your allow-list: mounting $HOME defeats the purpose, so scope to project directories plus a scratch dir if writes are needed. There is no undo inside the server — destructive writes are permanent, so keep everything under version control.
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.