Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This setup allows AI models to get real-time web information in a safe and controlled way.
Add this to your MCP client configuration:
{
"mcpServers": {
"exa": {
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "<Your Exa API key from dashboard.exa.ai/api-keys.>"
}
}
}
}{
"id": "exa",
"name": "Exa Search",
"description": "This setup allows AI models to get real-time web information in a safe and controlled way.",
"source_url": "https://github.com/exa-labs/exa-mcp-server",
"publisher_name": "Exa Labs, Inc.",
"publisher_url": "https://exa.ai",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 203304,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "exa-mcp-server"
},
"tools_count": 1
}