Vibecoins MCP
Allows creation of encrypted Ethereum wallets, checking balances, transferring ETH, launching ERC-20 tokens with built-in liquidity on Ethereum mainnet, and earning fees from trades.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vibecoins MCPlaunch a coin named MyToken with symbol MTK"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vibecoins MCP
An MCP (Model Context Protocol) server that lets AI assistants launch coins on Ethereum and manage crypto wallets.
What is this?
This server connects AI assistants (like Claude) to the Vibecoins platform, enabling:
Wallet Management - Create encrypted Ethereum wallets, check balances, transfer ETH
Coin Launching - Deploy ERC-20 tokens on Ethereum with built-in liquidity
Fee Collection - Earn 1% of every trade on coins you launch, forever
Listings - Browse and search all launched coins
Related MCP server: Armor Crypto MCP
Installation
With Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"vibecoin": {
"command": "npx",
"args": ["github:surfer77/vibecoin-mcp"]
}
}
}With Claude Code
claude mcp add vibecoin -- npx github:surfer77/vibecoin-mcpManual Installation
git clone https://github.com/surfer77/vibecoin-mcp.git
cd vibecoin-mcp
npm install
npm startThen add to Claude Desktop config:
{
"mcpServers": {
"vibecoin": {
"command": "node",
"args": ["/path/to/vibecoin-mcp/index.js"]
}
}
}Available Tools
Tool | Description |
| Platform overview, tokenomics, fees, and contract addresses |
| Create wallet, check balance, transfer ETH, collect fees |
| Deploy a new coin on Ethereum mainnet |
| View earnings from your launched coins |
| Browse all coins, search, or filter by top market cap |
How Coin Launches Work
Create a wallet - Your private key is encrypted locally with a password
Launch your coin - Pick a name and symbol (e.g., "DogeCoin", "DOGE")
Automatic deployment - 1 billion tokens created with Uniswap v4 liquidity
Earn forever - You get 1% of every trade on your coin
Token Distribution
49% to you (vested over 6 months)
51% to public trading pool
Environment Variables (Optional)
All defaults are pre-configured. You only need these if you want to override:
Variable | Default | Description |
|
| Vibecoins API endpoint |
| Sepolia RPC | Ethereum RPC endpoint |
Security
Wallets are encrypted with AES-256
Private keys never leave your machine
Passwords are never stored or transmitted
See SECURITY.md for details
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA powerful toolkit that enables seamless interaction with EVM-compatible networks through natural language processing and AI assistance, allowing users to manage wallets, launch tokens, and interact with blockchain networks.6MIT
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- Alicense-qualityDmaintenanceEnables AI applications to interact with the COTI blockchain for private token operations, including deployment and management of private ERC20 tokens and ERC721 NFTs using COTI's Multi-Party Computation (MPC) technology.MIT
- Alicense-qualityDmaintenanceUniversal AI gateway that enables interaction with Ethereum blockchain through natural language across multiple AI platforms (Claude, ChatGPT, Gemini, etc.). Supports contract deployment, token operations, NFT minting, DeFi operations, and general blockchain transactions.1MIT
Related MCP Connectors
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/surfer77/vibecoins-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server