mcpbeat Sign in

Tokei Agent MCP Server

by gilesdawe Your server? Claim it
local only

Tokei Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from npm. Last commit 4 Sep 2026.

Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.

Installs per day peak 378 · avg 41 · -64% w/w
a month agotoday
99
Installs / week
npm · tokei-agent
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tokei Agent every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 tokei-agent -- npx -y tokei-agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tokei-agent": {
      "args": [
        "-y",
        "tokei-agent"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tokei-agent]
command = "npx"
args = ["-y", "tokei-agent"]
.cursor/mcp.json
{
  "mcpServers": {
    "tokei-agent": {
      "args": [
        "-y",
        "tokei-agent"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tokei-agent": {
      "args": [
        "-y",
        "tokei-agent"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TOKEI_API_KEY (Tokei API key (starts tokei_k_). Create one at tokei.io -> Dashboard -> Settings -> API Keys. Read-only keys cover every read command; write access is opt-in.), TOKEI_API_URL (Override the API base URL. Defaults to https://tokei.io; rarely needed.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tokei Agent

same job, measured the same way
ProductClank
by productclank

Boost posts and launch community growth campaigns from your AI assistant. OAuth, credit-billed.

39 tools answering
Loops
by loops-so

Manage Loops contacts, mailing lists, campaigns, and transactional email from your Loops account.

answering
LinkedNav
by linglistack

Run LinkedIn outreach from your AI chat: find leads, launch campaigns, send, and reply.

answering
Forgivemyagent MCP
by panzik13

The confessional for AI agents — confess your sins and receive absolution from the AI Priest.

27 installs/wk local only
Campaignstack
by campaignstack

Run B2B outreach from your AI agent: 250+ tools for campaigns, leads, LinkedIn and email workflows.

answering
Tabfleet
by tabfleet

Launch, inspect, control, and share isolated cloud browsers for your agents.

answering
SpendNod
by gstack-ds

AI agent spending controls. Set limits, blocklists, and caps. Approve transactions from your phone.

answering
A
Projectlaunch
by projectlaunch

Agent-facing site in pre-launch; agents can read the site and submit intent.

4 tools answering

Tokei Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Tokei Agent?
Tokei Agent 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 tokei-agent was installed 99 times last week.
How do I connect Tokei Agent?
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 tokei-agent straight from npm; nothing to host, nothing to sign up for.
How many people use Tokei Agent?
The npm package tokei-agent was installed 99 times in the last week. Week over week that is -64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tokei Agent open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.