Exa Mcp Docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Exa Mcp Docs (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that helps developers build powerful applications with Exa's neural search API. Get instant access to documentation, code examples, and integration guides directly through your AI assistant while coding.
Build Faster with Exa: Whether you're creating a research tool, news aggregator, competitive intelligence system, or RAG application, this server gives you instant access to everything you need to implement Exa's powerful search capabilities.
Perfect for:
Your AI assistant automatically fetches the exact Exa documentation, code examples, and best practices you need while you're coding. Just ask natural questions about implementing Exa features, and get immediate, context-aware answers with working code examples.
The exa_docs tool automatically understands what you're looking for based on your natural language query. Just ask questions about Exa, and it will find the right documentation, examples, or integration guides.
API Documentation & Concepts
Code Examples
Integrations & SDKs
Websets API
Updates & Changes
# Run directly with npx
npx @waldzellai/exa-mcp-docs
# Or install globally
npm install -g @waldzellai/exa-mcp-docs
exa-mcp-docs#### Claude Desktop
Add to your Claude Desktop configuration (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"exa-docs": {
"command": "npx",
"args": ["-y", "@waldzellai/exa-mcp-docs"]
}
}
}#### Cursor IDE
Add to your Cursor MCP configuration:
{
"mcpServers": {
"exa-docs": {
"command": "npx",
"args": ["-y", "@waldzellai/exa-mcp-docs"]
}
}
}#### With Optional API Key
If you have an Exa API key (optional for enhanced features):
{
"mcpServers": {
"exa-docs": {
"command": "npx",
"args": ["-y", "@waldzellai/exa-mcp-docs"],
"env": {
"EXA_API_KEY": "your-api-key-here"
}
}
}
}Simply ask natural questions about Exa, and the tool will understand what you need:
Getting Started
Code Examples
Integrations
Advanced Features
Real-World Scenarios
The tool uses intelligent query interpretation to understand your natural language questions and automatically:
This happens automatically - you don't need to specify operations or parameters. Just ask your question naturally!
While the tool is designed to understand natural language queries automatically, developers can also use specific parameters for precise control:
{
"query": "Your natural language question about Exa"
}For specific needs, you can still use operation-based queries:
{
"operation": "search_docs",
"docs": {
"query": ["search", "API"]
}
}Available operations include:
get_docs, search_docslist_examples, get_example, search_examplesget_integration, list_integrations, search_integrationsget_websets_docs, search_websetsget_changelog, get_latest_changes, search_changesThe server follows an offline-first architecture with intelligent query processing:
.exa-docs/ directory# Clone the repository
git clone https://github.com/exa-labs/exa-docs-server.git
cd exa-docs-server
# Install dependencies
npm install
# Build the project
npm run build
# Run the server
npm start# Re-scrape latest documentation
npm run scrape
# Update documentation and commit changes
npm run update-docs# Run tests
npm test
# Run tests in watch mode
npm run test:watchThe server includes comprehensive documentation for:
MIT License - see LICENSE file for details
For issues and questions:
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Built with ❤️ by Exa Labs for the developer community.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.