Skip to content
Claude Desktop

xstocks for Claude Desktop

io.github.evidai/xstocks

Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.

client:Claude Desktop transport:stdio runtime:npm

Install xstocks 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": {
    "xstocks": {
      "command": "npx",
      "args": [
        "-y",
        "xstocks-mcp"
      ],
      "env": {
        "SOLANA_WALLET_PRIVATE_KEY": "<SOLANA_WALLET_PRIVATE_KEY>",
        "XSTOCKS_ALLOW_LIVE": "<XSTOCKS_ALLOW_LIVE>"
      }
    }
  }
}

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

xstocks in other clients