Exa MCP Server Heroku
E

Exa MCP Server Heroku

The Exa MCP Server is a model context protocol server that provides real-time web search functionality for AI assistants (such as Claude), supports multiple search tools, and can be deployed with one click via Heroku.
2 points
7.7K

What is the Exa MCP Server?

The Exa MCP Server is a Model Context Protocol server that acts as a bridge between an AI assistant (such as Claude) and the Exa AI Search API. Through this server, the AI can obtain real-time network information while maintaining a secure and controllable access method.

How to use the Exa MCP Server?

You can choose to directly connect to the remotely hosted Exa server or run your own server instance locally. The configuration process is simple; you just need to add the server information in the settings of Claude Desktop.

Use cases

It is particularly useful when you need an AI assistant to obtain the latest network information, such as searching for real-time news, finding company information, researching specific topics, or obtaining web content.

Main features

Web search
Perform optimized real-time web searches through the Exa AI Search API and return high-quality results.
Company research
Deeply crawl company websites to obtain detailed business information and research reports.
Content scraping
Extract content from specific URLs, suitable for reading articles, PDFs, and other web resources.
LinkedIn search
Search for company and personnel information on LinkedIn.
In-depth research
Launch an intelligent AI researcher to handle complex problems and generate detailed research reports.
Advantages
Provide real-time network information to enhance the timeliness of the AI assistant's knowledge
Integrate multiple professional search tools to meet different needs
A secure and controllable API access method
Support both local and remote deployment modes
Seamlessly integrate with Claude Desktop
Limitations
Requires an Exa API key (free to apply for)
Some advanced features may require a paid subscription
Web search results are limited by the Exa index scope

How to use

Get an API key
Go to the Exa official website (dashboard.exa.ai) to register and obtain your API key.
Configure Claude Desktop
Open the Claude Desktop settings and edit the configuration file to add the Exa server information.
Add server configuration
Add the Exa server information to the configuration file, including the API key and required tools.
Restart Claude
Completely exit and restart Claude Desktop for the configuration to take effect.

Usage examples

Real-time news search
Let the AI assistant obtain the latest technology news.
In-depth company research
Obtain detailed information and background of a company.
Reading specific web content
Let the AI read and summarize specific web content.

Frequently asked questions

How to obtain an Exa API key?
Why does my server connection fail?
Can I directly use the remote server?
How to choose which tools to enable?
What are the advantages of Heroku deployment?

Related resources

Exa official website
The official website of the Exa AI Search service
API key management
Obtain and manage your Exa API key.
GitHub repository
The source code and deployment files of the Exa MCP Server
Claude Desktop
The desktop version of the Claude AI assistant

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.exa.ai/mcp?exaApiKey=your-exa-api-key"
      ]
    }
  }
}

{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": ["-y", "exa-mcp-server"],
      "env": {
        "EXA_API_KEY": "your-api-key-here"
      }
    }
  }
}

{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": [
        "-y",
        "exa-mcp-server",
        "--tools=web_search_exa,company_research,crawling,linkedin_search,deep_researcher_start,deep_researcher_check"
      ],
      "env": {
        "EXA_API_KEY": "your-api-key-here"
      }
    }
  }
}

{
  "mcpServers": {
    "exa_heroku": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://your-app-name.herokuapp.com/mcp"
      ],
      "env": {
        "EXA_API_KEY": "your-api-key-here" 
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

A
Airweave
Airweave is an open - source context retrieval layer for AI agents and RAG systems. It connects and synchronizes data from various applications, tools, and databases, and provides relevant, real - time, multi - source contextual information to AI agents through a unified search interface.
Python
15.2K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
8.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
10.0K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
17.7K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
16.7K
5 points
H
Haiku.rag
Haiku RAG is an intelligent retrieval - augmented generation system built on LanceDB, Pydantic AI, and Docling. It supports hybrid search, re - ranking, Q&A agents, multi - agent research processes, and provides local - first document processing and MCP server integration.
Python
17.9K
5 points
C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
31.6K
5 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
26.5K
5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
38.1K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
80.3K
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
28.5K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
23.8K
4.5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
69.6K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
37.4K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
24.0K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
56.4K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase