timing-mcp-server
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., "@timing-mcp-serverList my time entries from today"
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.
Timing MCP Server
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.
Prerequisites
Before you begin, ensure you have the following installed:
Node.js (version X.X.X or higher recommended)
npm (usually comes with Node.js)
Timing account (for API access)
Related MCP server: Calq MCP
Installation
Clone the repository:
git clone https://github.com/your-username/timing-mcp-server.git cd timing-mcp-serverInstall dependencies:
npm installRun build
npm run build
Configuration
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
Available Tools
Tool Name | Description |
| List projects in Timing |
| Get project details |
| Create a new project |
| Update an existing project |
| Start a new time entry |
| Stop the current time entry |
| List time entries |
| Create a new time entry |
| Get time entry details |
| Update an existing time entry |
| Generate report using time entry and app usage |
Contributing
Contributions are welcome! If you'd like to contribute, please follow these steps:
Fork the repository.
Create a new branch (
git checkout -b feature/your-feature-name).Make your changes.
Commit your changes (
git commit -m 'Add some feature').Push to the branch (
git push origin feature/your-feature-name).Open a Pull Request.
Please make sure to update tests as appropriate.
License
This project is licensed under the MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Flicense-qualityDmaintenanceA Model Context Protocol server that provides time tracking integration with TimeCamp, allowing AI assistants to create, retrieve, update, and delete time entries through natural language commands.Last updated1- Flicense-qualityDmaintenanceA comprehensive MCP server for time tracking, project management, and AI-powered memory storage using semantic search. It enables users to log time, manage client billing, and capture shared or personal ideas through integrated tools and team collaboration features.Last updated1
- FlicenseAqualityCmaintenanceAn MCP server that wraps the TimePRO API, enabling AI assistants to automatically create, view, and manage timesheets for authenticated users. It provides tools for searching clients and projects, retrieving configuration defaults, and performing full CRUD operations on timesheet entries.Last updated10
- AlicenseAqualityBmaintenanceAn MCP server that provides AI assistants with access to the EARLY time tracking public API, enabling time entry management, activity management, and report generation through natural language.Last updated1440MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for generating rough-draft project plans from natural-language prompts.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tomoyanakano/timing-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server