Exa Search for Grok
io.github.exa-labs/exa-mcp-server
Neural web search built for agents: web search with live crawling, code-context search, company research and page crawling. Needs an Exa API key.
client:Grok
transport:stdio
runtime:npm
tools:4
Install Exa Search in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"exa-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "<EXA_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs