letsbonk_mcp_server
7
The bonk-mcp server is designed to implement Solana blockchain functionalities for the LetsBonk launchpad. It allows users to launch and trade tokens on letsbonk.fun, and can be configured in Claude Desktop for development purposes.
bonk-mcp MCP server
The bonk-mcp server implements Solana blockchain functionality for the LetsBonk launchpad.
Features
- Token launching: launch any token on letsbonk.fun
- Token trading: buy/sell any token on letsbonk.fun
Configuration
The bonk-mcp server can be configured in Claude Desktop by adding it to the MCP servers configuration. You'll need to provide:
- Path to the bonk-mcp directory
- Environment variables:
- KEYPAIR: Your Solana keypair
- RPC_URL: Solana RPC endpoint (e.g., https://api.mainnet-beta.solana.com)
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile.
- Build package distributions.
- Publish to PyPI.