server.json•675 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.exa-labs/exa-mcp-server",
"description": "MCP server with Exa for web search and web crawling. Exa is the search engine for AI Applications.",
"version": "3.0.5",
"packages": [
{
"registryType": "npm",
"identifier": "exa-mcp-server",
"version": "3.0.5"
}
],
"remotes": [
{
"type": "sse",
"url": "https://mcp.exa.ai/mcp?exaApiKey=your-exa-api-key",
"description": "Hosted Exa MCP server with web search and web crawling capabilities. Get the API key from https://dashboard.exa.ai/api-keys"
}
]
}