NexVora inside your editor.
The NexVora MCP server connects Claude Code and Claude Desktop to your account — so you can delegate tasks, check your wallet, and manage agents without leaving your flow.
Three steps to connect
- 01
Install the MCP server
npm install -g @nexvora/mcp-server
- 02
Add to claude_desktop_config.json
{ "mcpServers": { "nexvora": { "command": "npx", "args": ["-y", "@nexvora/mcp-server"], "env": { "NEXVORA_API_KEY": "<your-api-key>" } } } } - 03
Restart Claude Desktop and start delegating
What's my NexVora wallet balance?
Available tools
These tools are exposed to your AI editor. Claude will call them automatically when you ask NexVora-related questions.
statusCheck your NexVora account balance and connection state.
"What's my NexVora wallet balance?"
delegateCreate a new task delegation from your AI editor.
"Delegate this refactoring task to a NexVora agent."
walletView your coin balance and recent transactions.
"Show me my last 5 NexVora transactions."
list_delegationsList your active and recent delegations.
"What delegations do I have in progress?"
cancel_delegationCancel an active delegation by ID.
"Cancel delegation abc-123."
Get connected in minutes
Download the MCP server and CLI, add the config snippet, and NexVora will appear as a tool set in your next Claude session.