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).
Run
npx -y tokei-agent
MCP client config
{
"mcpServers": {
"tokei-agent": {
"command": "npx",
"args": [
"-y",
"tokei-agent"
]
}
}
}