Base Token Factory
FreeNot checkedEnables deploying ERC-20 tokens on Base mainnet via the SimpleTokenFactory contract. Supports token deployment, querying deployments, and factory info.
About
Enables deploying ERC-20 tokens on Base mainnet via the SimpleTokenFactory contract. Supports token deployment, querying deployments, and factory info.
README
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_token |
Deploy a new ERC-20 (name, symbol, supply, decimals, recipient). Fee: 0.0005 ETH |
get_deployment |
Get deployment details by ID |
get_deployer_tokens |
List all tokens deployed by an address |
get_factory_info |
Factory stats — fee, total deployed, treasury |
get_token_info |
Token details — name, symbol, supply, holder balance |
Contract
- Factory: 0x39D878F6c3AABFAe898ee1B2Bd5f2949784181F1
- Chain: Base mainnet (chainId 8453)
- Fee: 0.0005 ETH per deploy
License
MIT
from github.com/lordbasilaiassistant-sudo/base-token-factory-mcp
Install Base Token Factory in Claude Desktop, Claude Code & Cursor
unyly install base-token-factoryInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add base-token-factory -- npx -y base-token-factory-mcpFAQ
Is Base Token Factory MCP free?
Yes, Base Token Factory MCP is free — one-click install via Unyly at no cost.
Does Base Token Factory need an API key?
No, Base Token Factory runs without API keys or environment variables.
Is Base Token Factory hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Base Token Factory in Claude Desktop, Claude Code or Cursor?
Open Base Token Factory on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Base Token Factory with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
