Back to Home
exa-labs icon

exa-mcp-server

Verified Safe

by exa-labs

Overview

Provides AI assistants and coding agents with real-time web search, code context, and deep research capabilities via the Model Context Protocol.

Installation

Run Command
npx exa-mcp-server

Environment Variables

  • EXA_API_KEY
  • DEBUG
  • ENABLED_TOOLS

Security Notes

The server demonstrates strong security practices. It uses Zod for robust input validation for all tool parameters. API keys are securely handled, preferring explicit configuration or environment variables, and are not hardcoded. All external HTTP requests to Exa AI are made via axios with configured timeouts (25-30 seconds) and comprehensive error handling, distinguishing between Axios-specific and generic errors. There is no usage of 'eval' or other inherently dangerous functions, and the codebase is clear and follows standard practices. The primary network risk is reliance on the external Exa AI API, which is a standard part of its functionality.

Similar Servers

Stats

Interest Score100
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars3561
Forks278
Last Update2026-01-15

Tags

AI ToolsWeb SearchCode ContextResearchMCP Server