base-token-factory
Click on "Install 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., "@base-token-factorydeploy a new token named BaseCoin with symbol BSC and supply 1 million"
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.
Base Token Factory MCP
Deploy ERC-20 tokens on Base mainnet via the SimpleTokenFactory contract. One command, one token.
Quick Start
Add to your .mcp.json:
{
"mcpServers": {
"base-token-factory": {
"command": "npx",
"args": ["-y", "base-token-factory-mcp"],
"env": {
"RPC_URL": "https://mainnet.base.org",
"DEPLOYER_PRIVATE_KEY": "your-key-here"
}
}
}
}DEPLOYER_PRIVATE_KEY is only needed for deploy_token. Read-only tools work without it.
Tools
Tool | Description |
| Deploy a new ERC-20 (name, symbol, supply, decimals, recipient). Fee: 0.0005 ETH |
| Get deployment details by ID |
| List all tokens deployed by an address |
| Factory stats — fee, total deployed, treasury |
| Token details — name, symbol, supply, holder balance |
Contract
Chain: Base mainnet (chainId 8453)
Fee: 0.0005 ETH per deploy
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lordbasilaiassistant-sudo/base-token-factory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server