exa-mcp-server
exa-mcp-server copied to clipboard
cursor loss
"exa": { "command": "cmd", "args": ["/c","npx","-y","@smithery/cli","install","exa","--client claude"], "env": { "EXA_API_KEY": "************" }
but
C:\WINDOWS\system32> npx -y @smithery/cli install exa --client claude √ Successfully resolved exa Installing remote server. Please ensure you trust the server author, especially when sharing sensitive data. For information on Smithery's data policy, please visit: https://smithery.ai/docs/data-policy ? The API key for accessing the Exa Search API. (required) ************************************ exa successfully installed for claude
C:\WINDOWS\system32>
@z-x-x136 change the commad to "cmd /c npx -y @smithery/cli@latest install exa" but you will need to setup the EXA_API_KEY
But I would recommend that the same you did for claude to execute for Cursor
npx -y @smithery/cli@latest install exa --client cursor
you can easily install exa mcp in cursor like this:
{ "mcpServers": { "exa": { "type": "http", "url": "https://mcp.exa.ai/mcp", "headers": { } } } }