# Exa Web Search Server

Enable AI assistants to perform real-time web searches, academic paper searches, Twitter/X.com queries, and company research using Exa's powerful search API. Access structured search results with con…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aditya002p/mcp-server web_search_exa

# Call a tool
npx -y @smithery/cli@latest tool call aditya002p/mcp-server web_search_exa '{}'
```

## Tools (1)

- `web_search_exa` — 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 aditya002p/mcp-server <tool-name>
```

---

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