Skip to content
Claude Desktop

Robinhood Crypto for Claude Desktop

io.github.nirholas/robinhood-mcp

Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading.

client:Claude Desktop transport:stdio runtime:npm

Install Robinhood Crypto in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "robinhood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "robinhood-mcp"
      ],
      "env": {
        "ROBINHOOD_CRYPTO_API_KEY": "<ROBINHOOD_CRYPTO_API_KEY>",
        "ROBINHOOD_CRYPTO_PRIVATE_KEY": "<ROBINHOOD_CRYPTO_PRIVATE_KEY>",
        "ROBINHOOD_CRYPTO_API_VERSION": "<ROBINHOOD_CRYPTO_API_VERSION>",
        "ROBINHOOD_CRYPTO_BASE_URL": "<ROBINHOOD_CRYPTO_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Robinhood Crypto in other clients