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
Installing Base Token Factory
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/lordbasilaiassistant-sudo/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 mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare 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
