# Exa MCP Server

Enable AI assistants to perform real-time web searches using Exa's powerful search API. Get structured search results, cache recent searches, and handle rate limits gracefully for a seamless experien…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add meicanhong/exa-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list meicanhong/exa-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get meicanhong/exa-mcp-server web_search

# Call a tool
npx -y @smithery/cli@latest tool call meicanhong/exa-mcp-server web_search '{}'
```

## Tools (1)

- `web_search` — Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports confi…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get meicanhong/exa-mcp-server <tool-name>
```

---

Source: https://github.com/meicanhong/exa-mcp-server | License: MIT
