Token Tool
Freeby MCP Community
Bitbond Token Tool MCP — deploy and manage ERC20 tokens via AI agents
v1.1.1Added Apr 12, 2026
mcpmodel-context-protocoltokenerc20blockchain
Token Tool MCP Server
Bitbond Token Tool MCP — deploy and manage ERC20 tokens via AI agents
Installation
Reviews
Installation
Quick install
npx -y token-tool-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"token-tool": {
"command": "npx",
"args": ["-y", "token-tool-mcp"]
}
}
}