timesheet mcp for Cline
io.github.timesheetio/timesheet-mcp
timesheet.io MCP server - manage timers, projects, tasks and reports
client:Cline
transport:stdio
runtime:npm
Install timesheet mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"timesheet-mcp": {
"command": "npx",
"args": [
"-y",
"@timesheet/mcp"
],
"env": {
"TIMESHEET_API_TOKEN": "<TIMESHEET_API_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs