Loading MCP server directory, please wait...
Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.
npx @getmcp/cli add io.github.gilesdawe/tokei-agentRequires Node.js 18+. Community-contributed server. Review source before installing.
TOKEI_API_KEYTokei 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gilesdawe/tokei-agent": {
"command": "npx",
"args": [
"-y",
"tokei-agent"
],
"env": {
"TOKEI_API_KEY": "",
"TOKEI_API_URL": ""
}
}
}
}