BSC MCP Server with four.meme
Provides tools for interacting with Binance Smart Chain (BSC), including wallet address and BNB balance queries, ERC20 token transfers and balance checks, contract execution and deployment, PancakeSwap swap helper, and four.meme token creation.
Click on "Deploy 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., "@BSC MCP Server with four.memecreate a meme token called 'DogWifHat' on four.meme"
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.
BSC MCP Server with four.meme
A Model Context Protocol (MCP) server for Binance Smart Chain (BSC), with an end-to-end tool to create tokens on four.meme and submit the on-chain createToken transaction.
Features
Wallet address and BNB balance
ERC20 transfers and token balance
Contract execution and deploy
PancakeSwap swap helper
four.meme token creation (API flow + on-chain createToken)
Related MCP server: Solana MCP Server
Requirements
Node.js 18+ (required for
fetch/FormData)A BSC wallet seed phrase
Optional: Coinbase API credentials (only used by other tools)
Setup
Install dependencies:
npm installBuild:
npm run buildSet environment variables (example):
SEED_PHRASE="your 12 or 24 word seed phrase"
COINBASE_API_KEY_NAME=""
COINBASE_API_PRIVATE_KEY=""
COINBASE_PROJECT_ID=""Claude Desktop config
{
"mcpServers": {
"bsc-mcp": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/bsc-mcp-new/build/index.js"],
"env": {
"SEED_PHRASE": "your seed phrase"
},
"disabled": false,
"autoApprove": []
}
}
}four.meme tool
Tool name: fourmeme_create_token
Required fields:
nameshortNamedesclabellaunchTimewebUrl(must behttps://...)imgUrl(orimagePathif uploading locally)
Example:
{
"name": "Testing",
"shortName": "TEST",
"desc": "Test token",
"label": "Meme",
"launchTime": 1737331800000,
"imgUrl": "https://static.four.meme/market/your-image.jpg",
"webUrl": "https://example.com"
}If you want local upload, put the image inside /Users/username/Documents/coding (or grant Full Disk Access to Claude) and pass imagePath.
Security
Never commit secrets or seed phrases. Use local .env files or your MCP config.
This server cannot be deployed
Maintenance
Related MCP Connectors
Multi-chain wallet MCP. 18 tools: balance, swap, bridge, stake, claim. Pay-per-call USDC (x402 v2).
Safety-first EVM and Bitcoin RPC tools for balances, contracts, blocks, and transactions
Non-custodial Solana toolkit: rug-checks, swaps, portfolios, token minting, multisig, Arweave.
Deploy ERC-20 tokens on Ethereum, Base, BNB, Polygon via MCP. One call = deployed contract.
Related MCP Servers
- AlicenseCqualityFmaintenanceA backend service for executing transactions on Binance Smart Chain, enabling secure transfers of BNB and BEP-20 tokens, smart contract interactions, and token creation through structured MCP integration.1226 npm105MIT
- AlicenseBqualityAmaintenanceEnables comprehensive Solana blockchain interactions including wallet management, SOL and SPL token transfers, token creation and minting, account operations, and network switching across mainnet, devnet, testnet, and localhost.2547 npm1MIT

onchainos MCP Serverofficial
FlicenseNot gradedqualityBmaintenanceEnables on-chain operations including token search, market data, wallet management, swap execution, and DApp interactions across 20+ blockchains.331-- FlicenseNot gradedqualityDmaintenanceEnables blockchain transactions on BSC including balance checks, transfers, token swaps, and reward claims.3-