π¦
Wakatime MCP
An MCP server that exposes WakaTime summary tools over stdio.
0 installs
Trust: 34 β Low
Commerce
Ask AI about Wakatime MCP
Powered by Claude Β· Grounded in docs
I know everything about Wakatime MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
π wakatime-mcp
An MCP server that exposes WakaTime summary tools over stdio. It proxies the WakaTime Summaries API with your API key and returns raw JSON for clients to parse as needed.
π Summary
Key features:
- π Uses
WAKATIME_API_KEYfor authentication - π Exposes daily summaries and todayβs summary
- π¦ Runs via
npx(no install required)
π Quick Start (npx)
export WAKATIME_API_KEY="YOUR_API_KEY"
npx wakatime-mcp
π€ MCP Config (npx)
{
"command": "npx",
"args": ["-y", "github:geeknees/wakatime-mcp"],
"env": {
"WAKATIME_API_KEY": "YOUR_API_KEY"
}
}
π§° Available Tools
wakatime_summaries
{
"tool": "wakatime_summaries",
"arguments": {
"start": "2025-01-01",
"end": "2025-01-07",
"project": "my-project",
"timezone": "Asia/Tokyo"
}
}
wakatime_today
{
"tool": "wakatime_today",
"arguments": {
"project": "my-project",
"timezone": "Asia/Tokyo"
}
}
βοΈ Configuration
| Environment Variable | Description | Required |
|---|---|---|
WAKATIME_API_KEY | WakaTime API key | β |
π§ͺ Tests
npm test
