# Exa AI Search Server

Enable AI assistants to perform real-time web searches, academic paper searches, and social media queries with optimized and relevant results. Access comprehensive company research, competitor analys…

## Quick Start

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

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

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

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

## Tools (8)

- `web_search_exa` — Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports confi…
- `research_paper_search` — Search across 100M+ research papers with full text access using Exa AI - performs targeted academic paper searches with…
- `company_research` — Research companies using Exa AI - performs targeted searches of company websites to gather comprehensive information ab…
- `crawling` — Extract content from specific URLs using Exa AI - performs targeted crawling of web pages to retrieve their full conten…
- `competitor_finder` — Find competitors of a company using Exa AI - performs targeted searches to identify businesses that offer similar produ…
- `linkedin_search` — Search LinkedIn for companies using Exa AI. Simply include company URL, or company name, with 'company page' appended i…
- `wikipedia_search_exa` — Search Wikipedia using Exa AI - performs searches specifically within Wikipedia.org and returns relevant content from W…
- `github_search` — Search GitHub repositories using Exa AI - performs real-time searches on GitHub.com to find relevant repositories and G…

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

---

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