alguidelines/content/docs/agentic-coding/CommunityResources/Tools/clockify-mcp.md
Jeremy Vyska 4db38ba4d3 Add comprehensive agentic coding documentation
- Add 6 MCP server documentation pages (bc-code-intelligence, al-dependency, azure-devops, serena, al-objid, clockify)
- Add AI Coding Agents documentation (GitHub Copilot, Claude, Cursor)
- Add Getting Started section (what is agentic coding, setup, prompting, best practices, limitations, glossary)
- Add Getting More section (code review, documentation, telemetry examples)
- Add Community Resources placeholders (articles, videos, tools)
- Update Tools section to focus on MCP servers instead of VSCode extensions
2025-10-10 12:25:41 +02:00

44 lines
1.3 KiB
Markdown

---
title: "Clockify MCP"
linkTitle: "Clockify MCP"
weight: 6
description: >
Comprehensive Clockify time tracking integration for project management and invoicing
---
## Overview
The Clockify MCP Server provides comprehensive integration with Clockify time tracking and project management. It exposes 33 tools for managing workspaces, clients, projects, tasks, tags, time entries, and timers through AI assistants.
**Created by**: [Jeremy Vyska](https://github.com/JeremyVyska)
---
## Key Features
**33 Tools for Complete Clockify Management**:
- Workspace Management - list, get, update workspaces
- Client Management - full CRUD operations
- Project Management - full CRUD operations
- Task Management - full CRUD operations
- Tag Management - full CRUD operations
- Time Entry Management - CRUD plus bulk operations
- Timer Operations - start, stop, get active timer
**Enhanced from Reference Implementation**:
- Full CRUD operations (create, read, update, delete)
- Bulk operations for time entries
- Comprehensive filtering and pagination
- Timer start/stop functionality
**Requirements**:
- Node.js 20+
- CLOCKIFY_API_KEY from Clockify profile settings
---
## Links
- **GitHub**: https://github.com/JeremyVyska/clockify-mcp
- **Clockify API**: https://clockify.me/developers-api
- **Get API Key**: https://app.clockify.me/user/settings (Profile Settings → API)