Wakapi (WakaTime Alternative)

Wakapi (WakaTime Alternative) MCP Connector for Claude

A+

Track coding time, analyze productivity stats, and manage projects via Wakapi — an open-source WakaTime alternative.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Wakapi instance to any AI agent to monitor your development workflow through natural conversation. Wakapi is a self-hosted, open-source alternative to WakaTime that tracks your coding activity across different editors and languages.

What you can do

  • Coding Statistics — Retrieve detailed stats including languages, editors, and operating systems used over various time ranges using get_stats.
  • Activity Summaries — Fetch granular summaries of your work for specific date ranges or individual projects with get_summaries.
  • Project Listing — View all projects you have tracked time for using list_projects to keep your portfolio or billable hours organized.
  • Heartbeat Tracking — Manually send coding activity heartbeats via send_heartbeats to ensure your timeline is always accurate.

How it works

  1. Subscribe to this server
  2. Enter your Wakapi API URL and API Key
  3. Start analyzing your coding habits from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Individual Developers — track your own productivity and see which languages you spend the most time on.
  • Engineering Managers — get high-level summaries of team activity and project distribution.
  • Freelancers — accurately report time spent on specific client projects without manual timers.
coding-statstime-trackingwakatimedeveloper-productivityopen-source

4 tools expose this connector's capabilities to your AI agent.

send_heartbeats

Provide a heartbeat object or an array of heartbeat objects. Send coding activity heartbeats to Wakapi

list_projects

List all projects tracked by the user

get_stats

Retrieve coding statistics for a user

get_summaries

Retrieve a detailed summary of activity

See how to talk to your AI agent using Wakapi (WakaTime Alternative).

Show my coding stats for the last 7 days.

I've retrieved your stats for the last week. You spent 24 hours coding, primarily in TypeScript (60%) using VS Code. Your most active project was 'mcp-server-wakapi'.

List all my projects tracked in Wakapi.

I found 12 projects in your Wakapi account. Some of the recent ones include: 'website-frontend', 'api-backend', and 'mobile-app-v2'. Would you like stats for any of these?

Get a summary of my activity from 2023-10-01 to 2023-10-07.

Generating summary for that week... You logged a total of 32 hours. Your peak activity was on Tuesday with 8 hours of work across 3 different projects.

You can use the `get_stats` tool and specify 'last_7_days' as the range. The agent will return a breakdown of your languages, editors, and projects for that period.

Related Connectors