Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Jan 23, 2026

Summary

Adds a dedicated npm.readme.md file with installation instructions tailored for the npm package (exa-mcp-server). Unlike the GitHub README which focuses on the remote MCP server, this README shows how to configure each MCP client to use the npm package with the EXA_API_KEY environment variable.

Includes configurations for 11 MCP clients: Cursor, VS Code, Claude Code, Claude Desktop, Codex, Windsurf, Zed, Gemini CLI, Kiro, Roo Code, and a generic "Other Clients" section.

Updates since last revision

  • Fixed VS Code config: Removed incorrect "type": "stdio" field (stdio is the default for command-based servers)
  • Fixed Claude Code CLI syntax: Updated to claude mcp add --transport stdio --env EXA_API_KEY=... exa -- npx -y exa-mcp-server per official docs
  • Fixed Codex CLI syntax: Updated to codex mcp add --env EXA_API_KEY=... exa -- npx -y exa-mcp-server
  • Removed --tools flag section: The npm package doesn't support CLI flags for tool selection; users should use the remote MCP server with ?tools= parameter instead

Review & Testing Checklist for Human

  • Test Claude Code CLI command - The syntax claude mcp add --transport stdio --env EXA_API_KEY=your_api_key exa -- npx -y exa-mcp-server was derived from official docs but not tested in Claude Code
  • Test Codex CLI command - The syntax codex mcp add --env EXA_API_KEY=your_api_key exa -- npx -y exa-mcp-server was inferred from similar patterns but not tested
  • Verify Zed config format - Uses nested "command": { "path": ..., "args": ..., "env": ... } structure which differs from other clients
  • Decide how npm will use this README - npm always uses README.md from package root. Options: (a) add a prepublish script to swap READMEs, (b) manually rename before publishing, or (c) keep both and update the main README to include npm instructions

Test plan: Try configuring at least one MCP client (e.g., Claude Desktop) with the npm package config from this README and verify it connects successfully.

Notes

This file is not automatically used by npm - it's a reference that needs to be integrated into the publishing workflow.

Requested by: [email protected]
Link to Devin run: https://app.devin.ai/sessions/e43115ba2a9c42728896152690b5320c

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
exa-mcp-server Ready Ready Preview, Comment Jan 23, 2026 5:19pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants