Skip to main content
Add AgentCash to your Claude Desktop MCP configuration.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "agentcash": {
      "command": "npx",
      "args": ["-y", "agentcash@latest"]
    }
  }
}
Restart Claude Desktop after saving the file.

Verify installation

Start a new conversation and ask:
What is my AgentCash balance?
Claude should call the get_balance tool and return your total balance. If you need deposit links or network-specific wallet addresses, it should call list_accounts.