tomoyanakano/timing-mcp-server
If you are the rightful owner of timing-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Model Context Protocol (MCP) server for Timing application features.
The Timing MCP Server is an independent project designed to enhance the functionality of the Timing application by allowing AI assistants to interact with its features. This server facilitates efficient time tracking and task management for users by integrating with the Timing app. It requires Node.js and npm for installation and configuration, and a Timing account for API access. The server supports various operations such as listing projects, creating and updating projects, managing time entries, and generating reports. It is not affiliated with Timing but aims to provide additional capabilities for users of the Timing application.
Features
- Integration with Timing application for enhanced time tracking.
- Supports project and time entry management.
- Allows generation of detailed reports.
- Independent project not affiliated with Timing.
- Requires Node.js and npm for setup.
Usages
usage with claude
{ "mcpServer": { "timing": { "command": "node", "args": ["{{PATH}}/dist/index.js"], "env": { "TIMING_API_KEY": "{{YOUR_TIMING_API_KEY}}" } } } }
usage with cursor
{ "mcpServer": { "timing": { "command": "node", "args": ["{{PATH}}/dist/index.js"], "env": { "TIMING_API_KEY": "{{YOUR_TIMING_API_KEY}}" } } } }