Overview
What is bonk-mcp MCP server?
The bonk-mcp MCP server implements Solana blockchain functionality for the LetsBonk launchpad, enabling token launching and trading directly from an MCP client such as Claude Desktop.
How to use bonk-mcp MCP server?
Add the server to your Claude Desktop configuration file (claude_desktop_config.json) specifying the command (uv or uvx), directory or package name, and two required environment variables: KEYPAIR (your Solana keypair) and RPC_URL (a Solana RPC endpoint). Launch the server via uv run bonk-mcp or uvx bonk-mcp.
Key features of bonk-mcp MCP server
- Launch any token on letsbonk.fun
- Buy and sell any token on letsbonk.fun
- Uses your own Solana keypair for transactions
- Configurable Solana RPC endpoint
- Runs over stdio for MCP compatibility
Use cases of bonk-mcp MCP server
- Launching a new token on the LetsBonk launchpad via Claude
- Trading tokens programmatically from Claude Desktop conversations
- Automating token deployment and trades with AI assistance
FAQ for bonk-mcp MCP server
What is the bonk-mcp MCP server used for?
It lets you launch and trade tokens on the LetsBonk Solana launchpad directly from an MCP client like Claude Desktop.
What environment variables are required?
You must provide KEYPAIR (your Solana keypair) and RPC_URL (a Solana RPC endpoint, e.g., https://api.mainnet-beta.solana.com).
How do I install the bonk-mcp MCP server?
Add it to your Claude Desktop configuration file. For unpublished servers, point to a local directory and use uv run bonk-mcp. For published servers, use uvx bonk-mcp.
How do I debug the bonk-mcp MCP server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <PATH_TO_BONK_MCP_DIRECTORY>/bonk-mcp run bonk-mcp.
How do I build and publish the bonk-mcp MCP server?
Run uv sync to sync dependencies, uv build to create distributions, and uv publish to upload to PyPI with the appropriate token or credentials.