Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.
claude mcp add tokei-agent -- npx -y tokei-agent
claude_desktop_config.json
{
"mcpServers": {
"tokei-agent": {
"command": "npx",
"args": [
"-y",
"tokei-agent"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tokei-agent": {
"command": "npx",
"args": [
"-y",
"tokei-agent"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tokei-agent": {
"command": "npx",
"args": [
"-y",
"tokei-agent"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tokei-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokei-agent"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tokei-agent": {
"command": "npx",
"args": [
"-y",
"tokei-agent"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.gilesdawe--tokei-agent/reviews or the review_server meta-tool.
POST /mcp