Loading MCP server directory, please wait...
Time tracking and invoicing for AI agents and their humans: track, log and bill work by agent.
npx @getmcp/cli add com.tallymeter/tallymeterRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer <token> — create an API token at tallymeter.com under Settings → API tokens. Use one named token per agent; the token name labels that agent's entries.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.tallymeter/tallymeter": {
"url": "https://tallymeter.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}