Back to directory
raydium-launchlab

raydium-launchlab

@kukapay3

An MCP server that enables AI agents to launch, buy, and sell tokens on the Raydium Launchpad(aka LaunchLab).

RaydiumLaunchpadSolanaDeFiTokenBlockchainfinance

Installation & Configuration

{
  "mcpServers": {
    "raydium-launchlab": {
      "command": "node",
      "args": [
        "/path/to/raydium-launchlab-mcp/index.js"
      ],
      "env": {
        "RPC_URL": "your-solana-rpc-url",
        "PRIVATE_KEY": "your-private-key-as-integer-array",
        "PINATA_JWT": "your-pinata-jwt",
        "PINATA_GATEWAY": "your-pinata-gateway"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/5/20
Updated
2026/6/7