wakatime-mcp
Provides tools to retrieve daily summaries and today's summary from WakaTime, using the WakaTime Summaries API with an API key.
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., "@wakatime-mcpshow my coding activity for today"
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.
π 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)
Related MCP server: WakaTime MCP Server
π 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 | β |
π§ͺ Tests
npm testThis 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.Last updated81Apache 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.Last updatedMIT
- AlicenseBqualityDmaintenanceProduction-ready TypeScript MCP server exposing utility, GitHub, and Microsoft Teams tools over stdio.Last updated141MIT
- AlicenseAqualityCmaintenanceProvides tools to check appointment availability and format call summaries via stdio MCP transport.Last updated2MIT
Related MCP Connectors
WakaTime MCP.
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Revternal MCP β wraps the Revternal Developer Intelligence API
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/efirvida/wakatime-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server