Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,11 @@ Use the npm package with your API key. [Get your API key](https://dashboard.exa.

Enable additional tools with the `tools` parameter:

> **Note:** For security, it's recommended to pass your Exa API key via the `Authorization` header (`Authorization: Bearer YOUR_API_KEY`) or your client's dedicated secret management instead of a URL query parameter.

```
https://mcp.exa.ai/mcp?exaApiKey=YOUR_KEY&tools=web_search_exa,web_search_advanced_exa,web_fetch_exa
https://mcp.exa.ai/mcp?exaApiKey=YOUR_API_KEY&tools=web_search_exa,web_search_advanced_exa,web_fetch_exa
```

## Agent Skills (Claude Skills)

Ready-to-use skills for Claude Code. Each skill teaches Claude how to use Exa search for a specific task. Copy the content inside a dropdown and paste it into Claude Code — it handles the rest.
Expand Down
2 changes: 1 addition & 1 deletion npm.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Standard `mcpServers` format:
Enable additional tools with the `tools` parameter:

```
https://mcp.exa.ai/mcp?exaApiKey=YOUR_KEY&tools=web_search_exa,web_search_advanced_exa,web_fetch_exa
https://mcp.exa.ai/mcp?exaApiKey=YOUR_API_KEY&tools=web_search_exa,web_search_advanced_exa,web_fetch_exa
```

See the [full documentation](https://docs.exa.ai/reference/exa-mcp) for more details on tool configuration.
Expand Down