Skip to main content
Glama
efirvida

wakatime-mcp

by efirvida

πŸš€ wakatime-mcp

MIT License

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_KEY for 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

WakaTime API key

βœ…

πŸ§ͺ Tests

npm test
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

View all related MCP servers

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

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/efirvida/wakatime-mcp'

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