mcpbeat Sign in

Token Tool MCP Server

local only

Token Tool runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 11 Mar 2026.

Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.

Installs per day peak 25 · avg 7 · +12% w/w
a month agotoday
38
Installs / week
npm · token-tool-mcp
6
Stars
0 open issues
11 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository bitbond/token-tool-mcp
пакет token-tool-mcp ссылается на thendrix-eng/token-tool-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add token-tool -- npx -y token-tool-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "token-tool": {
      "args": [
        "-y",
        "token-tool-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.token-tool]
command = "npx"
args = ["-y", "token-tool-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "token-tool": {
      "args": [
        "-y",
        "token-tool-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "token-tool": {
      "args": [
        "-y",
        "token-tool-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BITBOND_PRIVATE_KEY (Private key for the wallet used to deploy tokens (hex, with 0x prefix)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Token Tool

same job, measured the same way
Shiped
by kandahk

Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.

3 tools answering
Unlocalhost
by info-arnav

Deploy localhost to a private, authenticated link from your AI coding agent.

32 installs/wk local only
Ponzu
by yuzukyouma

ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents

60 installs/wk local only
Ponzu
by ponzutech

ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents

local only
Deploy
by nometria

Deploy any app to any cloud. 20 tools for deployments, previews, and management.

45 installs/wk local only
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Bult
by bultcloud

Deploy and manage Bult apps from AI coding agents.

26 installs/wk local only
Base Gasless Deploy MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle

237 installs/wk local only

Token Tool — questions

Answers built from our own checks of this server.

Why is there no uptime for Token Tool?
Token Tool runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package token-tool-mcp was installed 38 times last week.
How do I connect Token Tool?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls token-tool-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Token Tool?
The npm package token-tool-mcp was installed 38 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Token Tool open source?
Yes — it is published under the MIT licence, written in JavaScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.