marketplace.json•1.27 kB
{
"name": "exa-mcp-server",
"owner": {
"name": "Exa",
"email": "hello@exa.ai"
},
"metadata": {
"description": "Official Exa AI plugin providing web search, code search, company research, and deep research capabilities",
"version": "1.0.0"
},
"plugins": [
{
"name": "exa-mcp-server",
"source": "./",
"description": "A Model Context Protocol server with Exa for web search, code search, and web crawling. Provides real-time web searches with configurable tool selection, allowing users to enable or disable specific search capabilities.",
"version": "3.0.6",
"author": {
"name": "Exa",
"email": "hello@exa.ai"
},
"homepage": "https://docs.exa.ai/reference/exa-mcp",
"repository": "https://github.com/exa-labs/exa-mcp-server",
"license": "MIT",
"keywords": [
"mcp",
"search",
"web-search",
"code-search",
"exa",
"research",
"company-research",
"linkedin",
"crawling"
],
"category": "productivity",
"strict": false,
"mcpServers": {
"exa": {
"type": "http",
"url": "https://mcp.exa.ai/mcp",
"headers": {}
}
}
}
]
}