
TimeCard MCP
by keith-hung
Automate your timecard and timesheet management via MCP, providing tools to query projects and save hours atomically.
What it does
TimeCard MCP connects your AI assistant to a web-based timecard recording system. It allows the AI to automate the tedious process of filling out timesheets, managing projects, and querying weekly summaries using a stateless, atomic approach to data entry.
Tools
timecard_get_projects: Retrieves available projects and their IDs.timecard_get_activities: Fetches activities associated with a specific project.timecard_get_timesheet: Gets the timesheet data for a given date, including hours and status.timecard_get_summary: Provides weekly summary statistics.timecard_save: Atomically saves entries, hours, and notes in a single operation.timecard_version: Returns the current MCP server version and build info.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"timecard": {
"command": "npx",
"args": ["git+https://github.com/keith-hung/timecard-mcp.git"],
"env": {
"TIMECARD_USERNAME": "your_username",
"TIMECARD_PASSWORD": "your_password",
"TIMECARD_BASE_URL": "http://your-timecard-server/app/"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx git+https://github.com/keith-hung/timecard-mcp.gitInformation
- Pricing
- free
- Published
- 5/22/2026






