Version 4.43 or later needs to be installed to add the server automatically
About
Exa is Web Search API | This is Exa MCP (Model Context Protocol).
Attribute | Details |
---|---|
Docker Image | mcp/exa |
Author | exa-labs |
Repository | https://github.com/exa-labs/exa-mcp-server |
Dockerfile | https://github.com/exa-labs/exa-mcp-server/blob/6ebf32f550168af016837efe31960c6548c831aa/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/exa --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
web_search_exa | Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. |
web_search_exa
Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports configurable result counts and returns the content from the most relevant websites.
Parameters | Type | Description |
---|---|---|
query | string | Search query |
numResults | number optional | Number of search results to return (default: 5) |
{
"mcpServers": {
"exa": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"EXA_API_KEY",
"mcp/exa"
],
"env": {
"EXA_API_KEY": "your-api-key-here"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for