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., "@7pace Timetracker MCP Serverlog 2.5 hours on work item 4567 for API debugging"
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.
๐ 7pace Timetracker MCP Server
Supercharge your Azure DevOps workflow with intelligent time tracking through AI assistants
Transform your development workflow with seamless time tracking that speaks your language โ literally.
๐ฏ Quick Start โข โจ Features โข ๐ Documentation โข ๐ค Contributing
๐ฏ Why 7pace MCP?
"Stop context switching. Start smart tracking."
Traditional time tracking tools interrupt your flow. Our MCP server integrates directly into Claude AI, letting you track time using natural language without leaving your coding environment.
๐ฅ The Problem We Solve
โ Context Switching: Jumping between IDE โ Browser โ Time Tracker
โ Manual Entry: Remembering what you worked on hours later
โ Workflow Disruption: Breaking focus to log time
โ Data Silos: Time tracking disconnected from your actual work
โ Our Solution
โจ Natural Language: "Log 2 hours on work item 7128 for API refactoring"
โก Zero Context Switch: Track time directly in Claude AI
๐ Real-time Sync: Instant Azure DevOps integration
๐ Smart Reports: AI-powered insights into your productivity
โจ Features
๐ฏ Core Functionality
๐ Smart Time Logging - Natural language time entry
๐ Worklog Management - View, edit, delete entries
๐ Intelligent Reports - Automated time analysis
๐ Advanced Filtering - Date ranges, work items, users
โ๏ธ Activity Types - Automatic resolution by name or ID
๐ Developer Experience
๐ฃ๏ธ Conversational Interface - Chat with your time tracker
โก Instant Setup - One-line NPX installation
๐ Real-time Sync - Live Azure DevOps integration
๐ก๏ธ Type Safety - Full TypeScript support
๐ฑ Universal Access - Works in Cursor, VS Code, and more
๐ Quick Start
Option 1: Smithery (Easiest)
Option 2: NPX (Direct)
Option 3: Clone & Build
๐ง Configuration
For Cursor IDE:
For VS Code:
Create .vscode/mcp.json:
๐ฎ Usage Examples
Natural Language Time Tracking
Smart Reporting
Intelligent Queries
๐ API Reference
Parameters:
workItemId(number): Azure DevOps Work Item IDdate(string): Date in YYYY-MM-DD formathours(number): Hours workeddescription(string): Work descriptionactivityType(string, optional): Activity type name or ID
Note: The server calls 7pace using date, length and billableLength (seconds) with comment. You only provide hours; conversion is handled for you.
Example:
Parameters:
workItemId(number, optional): Filter by work itemstartDate(string, optional): Start date filterendDate(string, optional): End date filter
Example:
Returns a text list of activity type IDs and names from 7pace so you can pick a valid GUID if your org requires it.
Parameters:
worklogId(string): ID of worklog to updatehours(number, optional): New hoursdescription(string, optional): New descriptionworkItemId(number, optional): New work item ID
Parameters:
worklogId(string): ID of worklog to delete
Parameters:
startDate(string): Start date in YYYY-MM-DD formatendDate(string): End date in YYYY-MM-DD formatuserId(string, optional): Filter by user
๐ Setup Guide
1. Get Your 7pace API Token
Navigate to Azure DevOps โ 7pace Timetracker
Go to Settings โ API & Reporting
Click "Create New Token"
Copy the token for your environment configuration
2. Environment Variables
3. Test Your Setup
๐๏ธ Architecture
Key Components:
MCP Server: Handles protocol communication and business logic
7pace Service: Manages API interactions and data transformation
Activity Type Resolution: Smart matching of activity names to IDs
Error Handling: Comprehensive validation and user-friendly messages
๐ Advanced Usage
Custom Activity Types
Bulk Operations
Integration Patterns
Sprint Planning: Generate reports for sprint retrospectives
Client Billing: Export time data for invoicing
Performance Analysis: Track productivity trends
Compliance Reporting: Automated time tracking audit trails
๐ค Contributing
We welcome contributions! Here's how to get started:
Development Setup
Contributing Guidelines
๐ Bug Reports: Use GitHub Issues with detailed reproduction steps
โจ Feature Requests: Describe your use case and proposed solution
๐ง Pull Requests: Include tests and update documentation
๐ Documentation: Help improve our guides and examples
Development Commands
๐ Roadmap
๐ Coming Soon
Web Dashboard: Visual time tracking interface
Slack Integration: Time tracking via Slack commands
Mobile Support: Companion mobile app
Advanced Analytics: AI-powered productivity insights
Team Management: Multi-user organization features
๐ฏ Long-term Vision
Cross-platform MCP: Support for other time tracking tools
AI Suggestions: Intelligent work categorization
Workflow Automation: Auto-tracking based on git commits
Enterprise Features: SSO, audit logs, compliance reporting
๐ Performance & Reliability
โก Fast Response Times: < 200ms average API response
๐ Smart Caching: 5-minute activity type cache for performance
๐ก๏ธ Error Recovery: Graceful handling of API failures
๐ Scalable: Handles high-volume time tracking workflows
๐ Secure: Token-based authentication with environment isolation
๐ Community & Support
Join Our Community
Have questions? Open a GitHub Discussion
Found a bug? Report it in Issues
Need help? Check our Documentation
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
Made with โค๏ธ by developers, for developers
โญ Star this repo if it helped you track time more efficiently!