Exa MCP Server
@it-beard
About Exa MCP Server
AI-powered code search MCP server using Exa API for intelligent code search and retrieval in AI assistants
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"exa": {
"command": "node",
"args": [
"/path/to/exa-server/build/index.js"
],
"env": {
"EXA_API_KEY": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Exa MCP Server?
An MCP server that provides AI-powered code search capabilities using the Exa API. It lets developers search for code examples and documentation using natural language queries.
How to use Exa MCP Server?
Clone the repository, install dependencies (npm install), and build the project (npm run build). Configure your Exa API key in the MCP settings file (tested with Cline) by adding the server's command, arguments, and EXA_API_KEY environment variable. Use the search tool with inputs query and numResults, or access resources like exa://search/{query} and exa://last-search/result.
Key features of Exa MCP Server
- Perform AI-powered code searches using natural language queries
- Retrieve relevant code examples and documentation
- Configurable number of search results
- JSON response format with rich metadata
- Resources for query-specific and last search results
Use cases of Exa MCP Server
- Find code snippets based on a description of functionality
- Locate documentation for a programming concept or library
- Quickly get recent search results for iterative development
FAQ from Exa MCP Server
What do I need to run the Exa MCP Server?
You need Node.js installed, an Exa API key, and the server built from source.
How do I configure the number of search results?
In the search tool, set the numResults parameter (default is 10) to adjust the number of returned results.
How do I access search results?
You can use the search tool directly or read from the exa://search/{query} and exa://last-search/result resources.
Is the Exa MCP Server limited to code search?
Yes, the README states it provides AI-powered code search, focusing on code examples and documentation.
Frequently asked questions
What do I need to run the Exa MCP Server?
You need Node.js installed, an Exa API key, and the server built from source.
How do I configure the number of search results?
In the `search` tool, set the `numResults` parameter (default is 10) to adjust the number of returned results.
How do I access search results?
You can use the `search` tool directly or read from the `exa://search/{query}` and `exa://last-search/result` resources.
Is the Exa MCP Server limited to code search?
Yes, the README states it provides AI-powered code search, focusing on code examples and documentation.
Basic information
More Search MCP servers
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
duckduckgo-search MCP Server
zhsamaEverything Search MCP Server
mamertofabianBaidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
DuckDuckGo Search MCP Server
nickclydeA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
Comments