Back to MCP Servers
Token Minter
An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.
finance-fintechaiagent
By kukapay
Installation
npx -y token-minter-mcpConfiguration
{
"mcpServers": {
"token-minter-mcp": {
"command": "npx",
"args": ["-y", "token-minter-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes