exa-ai-mcp-server

exa-ai-mcp-server

0

Exa.ai MCP Server is a Model Context Protocol server implementation that allows AI agents to perform web searches using the Exa.ai API. It facilitates seamless interaction for MCP-compatible clients via a standardized protocol.

Exa.ai MCP Server

An implementation of the Model Context Protocol (MCP) server that provides access to Exa.ai search capabilities.

Overview

This server enables AI agents to perform web searches using Exa.ai's API through the standardized Model Context Protocol. It exposes a search tool that can be used by any MCP-compatible client.

Prerequisites

  1. Install Bun:

    curl -fsSL https://bun.sh/install | bash
    
  2. Set up your Exa API key:

    export EXA_API_KEY=your_api_key_here
    

    You can add this to your shell profile (.bashrc, .zshrc, etc.) to make it persistent.

    Get your API key by signing up at Exa.ai

Getting Started

To install dependencies:

bun install

To run the server in development mode:

bun dev

To inspect the MCP protocol interactions:

bun inspect

Related Links

License

This project is licensed under .


This project was created using the MCP Server template with Bun v1.1.38. Bun is a fast all-in-one JavaScript runtime.