An MCP server providing tools for AI agents to mint and manage ERC-20 tokens across 21 EVM-compatible blockchains.
https://github.com/kukapay/token-minter-mcpStop writing Solidity contracts every time you need to test token mechanics. This MCP server gives your AI agents the ability to deploy and manage ERC-20 tokens across 21 blockchains with simple natural language commands.
Building and testing DeFi applications means constantly deploying test tokens. You know the drill - write the contract, configure Hardhat for multiple networks, manage deployment scripts, track addresses across chains. It's tedious busywork that pulls you away from building your actual application logic.
This MCP server eliminates that friction entirely. Your AI assistant can now deploy tokens, check balances, and manage transfers across major EVM chains using conversational commands. No more context switching between your IDE and blockchain explorers.
Instant Multi-Chain Token Deployment Deploy ERC-20 tokens to Ethereum, Polygon, Arbitrum, Base, Optimism, and 16 other chains with a single command. Specify name, symbol, supply, and decimals - the server handles contract compilation, deployment, and network configuration.
Production-Ready Infrastructure Built with ethers.js and OpenZeppelin contracts. Security audited and actively maintained. Supports both testnet experimentation and mainnet deployment.
AI-Native Interface Designed specifically for AI agents. Natural language prompts guide token deployment, while structured tools handle the blockchain interactions. Your assistant understands context like "deploy a rewards token on Arbitrum" without additional configuration.
DeFi Protocol Development Rapidly deploy test tokens for liquidity pools, governance voting, or reward mechanisms. Test your protocol against different token configurations without manual contract deployment.
Multi-Chain Testing Validate how your application behaves with tokens deployed across different networks. Deploy identical tokens on Polygon, Arbitrum, and Optimism to test cross-chain functionality.
Demo and Prototype Creation Build working prototypes with real token functionality in minutes. Perfect for hackathons, investor demos, or proof-of-concept development where you need authentic blockchain interactions.
Educational and Training Scenarios Create controlled environments for learning DeFi concepts. Deploy tokens with specific parameters to demonstrate tokenomics, transfer mechanics, or smart contract interactions.
The server exposes six core tools through MCP: deployToken, transferToken, getTokenBalance, getTokenInfo, getTransactionInfo, and getBalance. Your AI agent automatically discovers and uses these based on conversational context.
git clone https://github.com/kukapay/token-minter-mcp.git
cd token-minter-mcp/server
npm install
Configure your environment:
{
"mcpServers": {
"Token-Minter-MCP": {
"command": "node",
"args": ["path/to/token-minter-mcp/server/index.js"],
"env": {
"INFURA_KEY": "your_infura_key",
"PRIVATE_KEY": "your_private_key"
}
}
}
}
Then start deploying tokens through conversation:
"Create a rewards token called 'BuilderPoints' with symbol 'BP' on Base. Initial supply of 10 million tokens."
The server handles network configuration, contract deployment, and transaction monitoring. You get back transaction hashes and deployed contract addresses ready for integration into your application.
Supported Networks: Ethereum, Polygon, BSC, Arbitrum, Optimism, Base, Linea, Blast, Avalanche, Celo, zkSync, Mantle, Scroll, and more.
This isn't just another deployment tool - it's blockchain infrastructure that speaks your AI agent's language. Perfect for developers who want to focus on application logic instead of deployment boilerplate.