exa-search

Solid

Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.

AI & Automation 199,464 stars 30623 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Exa Search Neural search for web content, code, companies, and people via the Exa MCP server. ## When to Activate - User needs current web information or news - Searching for code examples, API docs, or technical references - Researching companies, competitors, or market players - Finding professional profiles or people in a domain - Running background research for any development task - User says "search for", "look up", "find", or "what's the latest on" ## MCP Requirement Exa MCP server must be configured. Add to `~/.claude.json`: ```json "exa-web-search": { "command": "npx", "args": ["-y", "exa-mcp-server"], "env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" } } ``` Get an API key at [exa.ai](https://exa.ai). This repo's current Exa setup documents the tool surface exposed here: `web_search_exa` and `get_code_context_exa`. If your Exa server exposes additional tools, verify their exact names before depending on them in docs or prompts. ## Core Tools ### web_search_exa General web search for current information, news, or facts. ``` web_search_exa(query: "latest AI developments 2026", numResults: 5) ``` **Parameters:** | Param | Type | Default | Notes | |-------|------|---------|-------| | `query` | string | required | Search query | | `numResults` | number | 8 | Number of results | | `type` | string | `auto` | Search mode | | `livecrawl` | string | `fallback` | Prefer live crawling when needed | | `category` | string | none | Optional focus such as `company...

Details

Author
affaan-m
Repository
affaan-m/everything-claude-code
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

exa-search

Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.

199,464 Updated today
affaan-m
AI & Automation Solid

exa-search

Use Exa for web/code/company research (web_search_exa / get_code_context_exa / company_research_exa), with parameters and examples; trigger when online search or parameter checks are needed.

389 Updated today
mxyhi
AI & Automation Listed

exa-company-research

Company research using Exa search. Finds company info, competitors, news, tweets, financials, LinkedIn profiles, builds company lists. Use when researching companies, doing competitor analysis, market research, or building company lists.

0 Updated today
Layneformalized225
AI & Automation Listed

exa-people-research

People research using Exa search. Finds LinkedIn profiles, professional backgrounds, experts, team members, and public bios. Use when searching for people, finding experts, or looking up professional profiles.

0 Updated today
Layneformalized225
API & Backend Listed

exa-search

Advanced Exa AI search with 5 specialized scripts for neural web search, content extraction, similar page discovery, quick research with citations, and async pro research with structured output. This skill should be used when performing web searches, extracting content from URLs, finding similar pages, or conducting AI-powered research. Provides full access to all Exa API endpoints including /search, /contents, /findSimilar, /answer, and /research/v1.

33 Updated yesterday
tdimino