# exa-mcp

Search the web and codebases to get precise, up-to-date context for programming and research. Find examples, API usage, and documentation from real repositories and sites to ship faster with fewer mi…

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://exa-mcp-server--agentwings.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging
- `exaApiKey` (query) — Exa AI API key for search operations

## Tools (2)

- `web_search_exa` — Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports confi…
- `get_code_context_exa` — Search and get relevant context for any programming task. Exa-code has the highest quality and freshest context for lib…

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

## Resources

- `exa://tools/list` — List of available Exa tools and their descriptions

## Prompts (2)

- `web_search_help` — Get help with web search using Exa
- `code_search_help` — Get help finding code examples and documentation

---

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