Back to Home
rglaubitz icon

exa-mcp

Verified Safe

by rglaubitz

Overview

An MCP server to integrate AI agents (like Claude) with the Exa AI search API, providing enhanced web search, content extraction, answer generation, and research capabilities with full parameter support.

Installation

Run Command
uv run python -m exa_mcp.server

Environment Variables

  • EXA_API_KEY

Security Notes

The server uses Pydantic models for robust input validation, mitigating injection risks for API parameters. It handles the Exa API key securely via environment variables and uses `httpx` for network requests with proper error handling, converting HTTP errors to custom exceptions. Logging is directed to stderr, a crucial MCP best practice to avoid JSON-RPC corruption. No direct usage of dangerous functions like `eval()` or `exec()` was found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-09

Tags

AISearchAPI IntegrationMCPWeb Search