# Exa MCP Server

Enable AI assistants to perform web searches using Exa's powerful search API. Get real-time web information in a safe and controlled way, while caching recent searches for future reference. Enhance y…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get geezerrrr/exa-mcp-server-1 search

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

## Tools (1)

- `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 geezerrrr/exa-mcp-server-1 <tool-name>
```

---

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