MCP.so
登录

bonk-mcp MCP server

@bjoernbonk

关于 bonk-mcp MCP server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

bjoernbonk

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "letsbonk_mcp_server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器