Skip to main content
Glama

@pipeworx/wakatime

WakaTime MCP — coding-time stats by user (langs, projects, editors, OSes). Free API key.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Auth

  • Platform: PLATFORM_WAKATIME_KEY. BYO: ?_apiKey=… (use your own API key — WakaTime data is per-user).

Related MCP server: WakaTime MCP Server

Tools

  • current_user() — authenticated user profile

  • user(user_id) — public profile (use current for self)

  • summaries(user_id, start, end, project?, branches?, timeout?, writes_only?, timezone?) — daily summaries

  • stats(user_id, range, project?, timeout?, writes_only?) — aggregate stats (range = last_7_days|last_30_days|last_6_months|last_year|all_time)

  • durations(user_id, date, project?, branches?, timeout?, writes_only?, timezone?, slice_by?) — durations for a date

  • heartbeats(user_id, date) — raw heartbeats for a date (full visibility into edits)

  • goals(user_id, page?) — user's goals

  • projects(user_id, q?) — user's projects

  • leaders(language?, country_code?, page?) — public leaderboard

  • commits(user_id, project, author?, branch?, page?) — recent commits (if project linked to git)

  • editors() — public editor stats

  • meta() — current API meta

Data source

https://wakatime.com/api/v1

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "wakatime": {
      "url": "https://gateway.pipeworx.io/wakatime/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Wakatime data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables tracking and analyzing development time through the Wakapi API. Provides tools to retrieve coding statistics, project details, leaderboards, and recent activity logs for productivity insights.
    8
    1
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Provides access to WakaTime coding analytics data through MCP tools. Enables querying coding stats, activity summaries, project lists, and time tracking information from your WakaTime account.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Withings health data — sleep, activity, heart, and body metrics.

  • Search, document and execute authenticated API calls across 500+ apps via one MCP server

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-wakatime'

If you have feedback or need assistance with the MCP directory API, please join our Discord server