Odel
tokei agent

tokei agent

Local
@gilesdaweTypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtokei-agentv0.3.5

Run

npx -y tokei-agent

MCP client config

{
  "mcpServers": {
    "tokei-agent": {
      "command": "npx",
      "args": [
        "-y",
        "tokei-agent"
      ]
    }
  }
}