exa-labs/exa

MCP Server

Exa MCP Server - web search, code search, and company research

Exa AI-powered web search MCP server. Semantic search, code search, company research, and webpage content extraction.

MCP Server

  • Package: Remote: https://mcp.exa.ai/mcp
  • Transport: stdio
  • Command: Remote HTTP endpoint (or npx @exa-ai/mcp-server locally)

Authentication

API key

VariableRequiredDescription
EXA_API_KEYYesAPI key from dashboard.exa.ai/api-keys

Available Tools

ToolDescription
web_search_exaWeb search
get_code_context_exaCode search (GitHub/StackOverflow)
crawling_exaExtract webpage content
web_search_advanced_exaAdvanced filtered search (disabled by default)

Configuration Example

toml
[[mcp.servers]]
name = "exa"
type = "stdio"
command = "npx"
args = ["-y", "Remote: https://mcp.exa.ai/mcp"]
timeout_seconds = 60
env = { EXA_API_KEY = "your-value" }
tools = []

Notes: Hosted endpoint recommended. Paid API.