mcp-wakatime
Provides tools for retrieving WakaTime daily summaries, aggregate stats, durations for a date, and recent commits for a project.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-wakatimeshow my WakaTime summary for yesterday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 profileuser(user_id)— public profile (usecurrentfor self)summaries(user_id, start, end, project?, branches?, timeout?, writes_only?, timezone?)— daily summariesstats(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 dateheartbeats(user_id, date)— raw heartbeats for a date (full visibility into edits)goals(user_id, page?)— user's goalsprojects(user_id, q?)— user's projectsleaders(language?, country_code?, page?)— public leaderboardcommits(user_id, project, author?, branch?, page?)— recent commits (if project linked to git)editors()— public editor statsmeta()— 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
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceEnables 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.81Apache 2.0
- Alicense-qualityDmaintenanceProvides 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
- AlicenseAqualityDmaintenanceEnables querying WHOOP biometric data (recovery, strain, sleep, workouts, heart rate) from any MCP-compatible AI client, supporting remote and direct modes.16100MIT
- Flicense-qualityBmaintenanceA modular MCP server integrating Clockify, WakaTime, and Azure DevOps for time tracking, work item management, and time logging via a unified API.1
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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