MegaLaunch MCP Server
MCP (Model Context Protocol) server for MegaLaunch — an AI-powered meme token launch service on Solana. This server allows AI tools like Claude Desktop, Cursor, Windsurf, and others to discover and use MegaLaunch directly.
Tools
| Tool | Description |
|---|---|
megalaunch_status |
Check service status and recent launch statistics |
megalaunch_pricing |
Get current pricing for Basic and Premium packages |
megalaunch_create_order |
Create a new meme token launch order on pump.fun |
megalaunch_list_orders |
List your token launch orders with optional filters |
megalaunch_get_order |
Get detailed status of a specific order |
megalaunch_cancel_order |
Cancel a pending (unpaid) order |
Configuration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"megalaunch": {
"command": "node",
"args": ["/path/to/mcp-server/index.js"],
"env": {
"MEGALAUNCH_API_KEY": "ml_your_api_key_here"
}
}
}
}





