This is Timing(time tracking app) MCP Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"timing-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol (MCP) server for Timing application features. This server allows AI assistants to interact with Timing's features, enabling users to manage their time tracking and tasks more efficiently.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for Timing Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol (MCP) server for Timing application features. This server allows AI assistants to interact with Timing's features, enabling users to manage their time tracking and tasks more efficiently.
[!warning] This repository is not affiliated with Timing. It is an independent project created to enhance the functionality of the Timing application.
Before you begin, ensure you have the following installed:
Clone the repository:
git clone https://github.com/your-username/timing-mcp-server.git
cd timing-mcp-server
Install dependencies:
npm install
Run build
npm run build
Copy the below json with the appropriate {{PATH}} values:
{
"mcpServer": {
"timing": {
"command": "node",
"args": ["{{PATH}}/dist/index.js"],
"env": {
"TIMING_API_KEY": "{{YOUR_TIMING_API_KEY}}"
}
}
}
}
You can get your Timing API Key from here
For Claude, save this as claude_desktop_config.json in your Claude Desktop configuration directory
~/Library/Application Support/Claude/claude_desktop_config.json
For Cursor, save this as mcp.json in your Cursor configuration directory at:
~/.cursor/mcp.json
| Tool Name | Description |
|---|---|
timing_list_projects | List projects in Timing |
timing_project | Get project details |
timing_create_project | Create a new project |
timing_update_project | Update an existing project |
timing_start_time_entry | Start a new time entry |
timing_stop_time_entry | Stop the current time entry |
timing_list_time_entries | List time entries |
timing_create_time_entry | Create a new time entry |
timing_time_entry | Get time entry details |
timing_update_time_entry | Update an existing time entry |
timing_generate_report | Generate report using time entry and app usage |
Contributions are welcome! If you'd like to contribute, please follow these steps:
git checkout -b feature/your-feature-name).git commit -m 'Add some feature').git push origin feature/your-feature-name).Please make sure to update tests as appropriate.
This project is licensed under the MIT License.