kukapay/raydium-launchlab-mcp
by Various
An MCP server that enables AI agents to launch, buy, and sell tokens on the Raydium Launchpad(aka LaunchLab).
MCP
kukapay/raydium-launchlab-mcp
Added 1 June 2026
Overview
An open-source MCP server that enables AI agents to launch, buy, and sell tokens on Raydium Launchpad (LaunchLab) on Solana. It exposes token operations through the Model Context Protocol, allowing agents to interact with the DeFi platform programmatically.
Best for
Best for
Developers building autonomous agents or bots for Solana DeFi token management
Use cases
- Automating token launches on Raydium Launchpad
- Building AI agents that trade or manage Solana tokens
- Integrating Raydium token operations into agentic workflows
How to use
Install
npm install Tools exposed
mint_tokenbuy_tokensell_token
Example client config
{\n "mcpServers": {\n "raydium-launchlab": {\n "command": "node",\n "args": ["/path/to/raydium-launchlab-mcp/index.js"],\n "env": {\n "RPC_URL": "your-solana-rpc-url",\n "PRIVATE_KEY": "your-private-key-as-integer-array",\n "PINATA_JWT": "your-pinata-jwt",\n "PINATA_GATEWAY": "your-pinata-gateway"\n }\n }\n }\n} Notes
An open-source MCP server that enables AI agents to launch, buy, and sell tokens on Raydium Launchpad (LaunchLab) on Solana. It exposes token operations through the Model Context Protocol, allowing agents to interact with the DeFi platform programmatically.
3 stars on GitHub. Last updated 2025-05-21. Licensed MIT.
Use cases
- Automating token launches on Raydium Launchpad
- Building AI agents that trade or manage Solana tokens
- Integrating Raydium token operations into agentic workflows
Pros
- Provides a direct MCP interface for token operations on Raydium
- Written in JavaScript, easy to integrate with Node.js projects
- Open source with MIT license, free to use and modify
Cons
- Very early stage with only 3 GitHub stars and limited community
- Requires the MCP framework and may have dependencies on other tools
- No built-in safety checks for high-value token operations
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides a direct MCP interface for token operations on Raydium
- Written in JavaScript, easy to integrate with Node.js projects
- Open source with MIT license, free to use and modify
Cons
- Very early stage with only 3 GitHub stars and limited community
- Requires the MCP framework and may have dependencies on other tools
- No built-in safety checks for high-value token operations
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.