Overview
Official MCP server for Timesheet API. Control your timer with natural language in Claude, Cursor, and other MCP-compatible clients. Track time, manage projects, and log expenses seamlessly.
Server Config
{
"mcpServers": {
"timesheet": {
"command": "npx",
"args": [
"@timesheet/mcp-server"
],
"env": {
"TIMESHEET_API_TOKEN": "your-api-token"
}
}
}
}