whatisgithub

What is cook4fun-mcp?

htunaa/cook4fun-mcp — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · vibe coderLicense

In one sentence

An MCP server that lets an AI assistant launch and trade coins on the cook4.fun token launchpad using your own wallet.

Mindmap

mindmap
  root((cook4fun-mcp))
    What it does
      Launch coins
      Buy and sell
      Claim rewards
    Tech stack
      TypeScript
      Node.js
      MCP protocol
    Use cases
      AI driven trading
      Coin launching
      Wallet balance checks
    Audience
      Vibe coders
      Crypto builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Let an AI assistant launch a new token on cook4.fun on your behalf.

USE CASE 2

Buy or sell a coin on cook4.fun through a chat conversation with an AI client.

USE CASE 3

Check the newest coins and their market caps directly from your AI assistant.

USE CASE 4

Claim reward-sharing fees earned from a coin you launched.

What is it built with?

TypeScriptNode.jsMCP

How does it compare?

htunaa/cook4fun-mcp0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardeasy
Complexity4/52/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

So what is it?

Cook4fun-mcp is a small server that lets an AI assistant like Claude Desktop, Cursor, or Cline launch and trade coins on cook4.fun, a token launchpad running on the Robinhood blockchain network. It follows the Model Context Protocol standard, meaning any compatible AI client can plug it in as a set of tools without needing a separate hosted service. It runs entirely on your own computer and signs transactions with your own wallet. Once connected, the AI assistant gains six abilities: listing the newest coins and their market values, checking your wallet's balance, launching a brand new coin with its own trading pool, buying a coin with ETH, selling a coin back to ETH, and claiming reward fees earned from a coin you launched. Coins can be referred to either by their contract address or by a ticker symbol. Setting it up means adding a short configuration block to your AI client naming the server and pointing it at the project, then supplying your wallet's private key as an environment variable so it can sign trades. Read only actions, like listing coins, work even without a wallet key. The README is explicit that the server can spend anything in the connected wallet, so it recommends funding it only with the amount you are comfortable letting the AI trade with, and notes the private key never leaves your machine except to sign transactions locally. It can also be run from a local copy of the code instead of through the automatic install method, which is useful for development or customization. The project is licensed under the MIT License.

Copy-paste prompts

Prompt 1
Walk me through adding cook4fun-mcp to my Claude Desktop config with a wallet key.
Prompt 2
Explain the security risk of giving this server my wallet's private key.
Prompt 3
Show me how to launch a new coin using the cook4fun_launch tool.
Prompt 4
Help me run this server from a local checkout instead of npx.

Frequently asked questions

What is cook4fun-mcp?

An MCP server that lets an AI assistant launch and trade coins on the cook4.fun token launchpad using your own wallet.

What language is cook4fun-mcp written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, MCP.

Who is cook4fun-mcp for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.