Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Wakatime

БесплатноНе проверен

WakaTime MCP.

GitHubEmbed

Описание

WakaTime MCP.

README

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).

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

from github.com/pipeworx-io/mcp-wakatime

Установка Wakatime

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/pipeworx-io/mcp-wakatime

FAQ

Wakatime MCP бесплатный?

Да, Wakatime MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Wakatime?

Нет, Wakatime работает без API-ключей и переменных окружения.

Wakatime — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Wakatime в Claude Desktop, Claude Code или Cursor?

Открой Wakatime на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Wakatime with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development