
Exa Web Search
- 2 installs
- 3 repo stars
- Updated April 10, 2026
- exa-labs/exa-cursor-plugin
Runs live web searches with the Exa web_search_exa tool for current information, news, research, code examples, and fact-checking with cited results.
About
Uses web_search_exa with natural-language queries and tunable result counts to find current web information, leading answers with cited sources. A developer uses it as the default search tool when an answer may have changed since the training cutoff.
- Natural-language queries with numResults tuned to research depth
- Inline source citations and a Sources section for every answer
Exa Web Search by the numbers
- 2 all-time installs (skills.sh)
- Ranked #13,958 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 24, 2026 (Skillselion catalog sync)
npx skills add https://github.com/exa-labs/exa-cursor-plugin --skill exa-web-searchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 3 |
| Last updated | April 10, 2026 |
| Repository | exa-labs/exa-cursor-plugin ↗ |
What it does
Runs live web searches with the Exa web_search_exa tool for current information, news, research, code examples, and fact-checking with cited results.
Files
Web Search (Exa)
Search the web for: $ARGUMENTS
Tool
Use web_search_exa for all web search requests.
When to Use
- Current events, news, recent developments
- Fact-checking or verifying claims
- Finding articles, blog posts, documentation
- Any question where the answer may have changed since training data cutoff
- General research and information gathering
- Code examples, API docs, and library usage
Trigger phrases: "search for", "find me", "look up", "what is", "find articles about", "research", "any recent", or any question that may need current information.
How to Search
web_search_exa accepts:
query(string, required) — natural language search querynumResults(number, optional) — how many results to return
Query Tips
- Write queries as natural language statements, not keywords
- Be specific: "latest React 19 server components changes" beats "react updates"
- Include time context when relevant: "2026 AI regulation proposals"
- For broad topics, run 2-3 queries with different phrasings and merge results
Tuning Results
- Quick lookup →
numResults: 3-5 - Standard research →
numResults: 5-10(default) - Deep dive →
numResults: 10-20
Output Format
For every claim or fact, cite the source inline:
1. Lead with the direct answer 2. Support with specific facts, numbers, dates 3. Cite every fact with its source URL 4. End with a Sources section listing all URLs used
Before You Start
Check if Exa MCP is installed by confirming web_search_exa is available in your tool list.
If the MCP Server Is Not Connected
You (the AI) must:
1. Stop immediately — do NOT search the web yourself, do NOT use websearch, and do NOT try to answer the query from your own knowledge. 2. Inform the user that Exa MCP is not connected.
Request the user to:
1. Run the /exa-setup command in Cursor to add the Exa MCP server. 2. Go to Cursor Settings → Tools & MCP and make sure Exa is toggled on (green). 3. Retry their search after completing the above steps.