# Exa MCP 

Enable AI assistants to perform web searches using Exa's powerful search API.

## Quick Start

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

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

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

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

## Tools (1)

- `search` — Search the web using Exa AI

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

---

Source: https://github.com/MrunmayS/exa-mcp-server
