Productivity
Trust: 37/100 (Limited)io.github.timesheetIO/timesheet-mcp Guide
timesheet.io MCP server - manage timers, projects, tasks and reports
by timesheetIO
Quick Start
Install
npx @timesheet/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-timesheetio-timesheet-mcp": {
"command": "npx",
"args": [
"@timesheet/mcp"
]
}
}
}