Back to MCP Servers
Raydium Launchlab
An MCP server that enables AI agents to launch, buy, and sell tokens on the Raydium Launchpad(aka LaunchLab).
finance-fintechaiagent
By kukapay
Installation
npx -y raydium-launchlab-mcpConfiguration
{
"mcpServers": {
"raydium-launchlab-mcp": {
"command": "npx",
"args": ["-y", "raydium-launchlab-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes