Token Minter MCP
An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.
Overview
Token Minter MCP is a server that provides tools for AI agents to mint ERC-20 tokens across multiple blockchains, enabling seamless token creation and management.
To use Token Minter MCP, clone the repository from GitHub, install the necessary dependencies, and configure your environment with an Infura API key and Ethereum private key. You can then deploy tokens and manage transactions through interactive prompts.
- Deploy new ERC-20 tokens with customizable parameters. - Query token metadata (name, symbol, decimals, total supply). - Initiate token transfers and retrieve transaction details. - Check native token balances and access token metadata via URI. - Interactive prompt for deployment guidance.
- Creating and managing custom ERC-20 tokens for projects.
- Facilitating token transfers across different blockchain networks.
- Providing a user-friendly interface for developers to interact with blockchain transactions.
Add to your AI client
Use these steps to connect Token Minter MCP in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"token-minter-mcp-kukapay": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-token-minter-mcp-kukapay"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"token-minter-mcp-kukapay": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-token-minter-mcp-kukapay"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"token-minter-mcp-kukapay": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-token-minter-mcp-kukapay"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"token-minter-mcp-kukapay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-token-minter-mcp-kukapay"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"token-minter-mcp-kukapay": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-token-minter-mcp-kukapay"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"token-minter-mcp-kukapay": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-token-minter-mcp-kukapay"
]
}
}
}FAQ
Can I mint tokens on multiple blockchains?
Yes! Token Minter MCP supports minting on 21 different blockchains.
What are the prerequisites for using Token Minter MCP?
You need Node.js v18.x or higher, npm, a valid Infura API key, and an Ethereum private key.
Is there a guide for deploying tokens?
Yes! The project includes an interactive prompt that guides you through the token deployment process.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3434,"uuid":"e17cb341-ba84-4ee4-90d5-3c6a823464e1","name":"token-minter-mcp","title":"Token Minter MCP","description":"An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.","avatar_url":"https://avatars.githubusercontent.com/u/201164822?v=4","created_at":"2025-03-19T14:36:22.150Z","updated_at":"2025-03-19T14:38:32.575Z","status":"created","author_name":"kukapay","author_avatar_url":"https://avatars.githubusercontent.com/u/201164822?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/kukapay/token-minter-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/e79e378af43e6a8d423503522b95f657a0faaa514ea2125bea3ac48223199e0f/68747470733a2f2f6d736565702e6e65742f6d736565702d617564697465642e706e67","type":null,"metadata":"{\"star\":\"13\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-28 20:09:32\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]