Exa Setup banner
exa-labs exa-labs

Exa Setup

Development community

Description

--- name: exa-setup description: Set up the Exa plugin — add the MCP server and connect it in Cursor --- # Exa Plugin Setup ## You (the AI) must: 1. Add the following MCP config to the project's `.cursor/mcp.json` file (create it if it doesn't exist): ```json { "mcpServers": { "exa": { "url": "https://mcp.exa.ai/mcp" } } } ``` 2. After adding the config, verify setup by checking if `web_search_exa` is available in your tool list. ## Request the user to: 1. Open **Cursor

Installation

Installs to ~/.claude/skills/exa-labs-exa-cursor-plugin-exa-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/exa-labs-exa-cursor-plugin-exa-setup && curl -fsSL https://raw.githubusercontent.com/exa-labs/exa-cursor-plugin/HEAD/commands/exa-setup.md -o ~/.claude/skills/exa-labs-exa-cursor-plugin-exa-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository