Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Base Token Factory

FreeNot checked

Enables deploying ERC-20 tokens on Base mainnet via the SimpleTokenFactory contract. Supports token deployment, querying deployments, and factory info.

GitHubEmbed

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

License

MIT

from github.com/lordbasilaiassistant-sudo/base-token-factory-mcp

Install Base Token Factory in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install base-token-factory

Installs 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-mcp

FAQ

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

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