Skip to content
Claude Desktop

Solana MCP by Vybe for Claude Desktop

io.github.vybenetwork/vybe-solana-api

Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.

client:Claude Desktop transport:streamable-http

Install Solana MCP by Vybe in Claude Desktop

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

{
  "mcpServers": {
    "vybe-solana-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://docs.vybenetwork.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Solana MCP by Vybe in other clients