Loading MCP server directory, please wait...
timesheet.io MCP server - manage timers, projects, tasks and reports
npx @getmcp/cli add io.github.timesheetIO/timesheet-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TIMESHEET_API_TOKENYour timesheet.io API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.timesheetIO/timesheet-mcp": {
"command": "npx",
"args": [
"-y",
"@timesheet/mcp"
],
"env": {
"TIMESHEET_API_TOKEN": ""
}
}
}
}