timesheet mcp for Cursor
io.github.timesheetio/timesheet-mcp
timesheet.io MCP server - manage timers, projects, tasks and reports
client:Cursor
transport:stdio
runtime:npm
Install timesheet mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"timesheet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@timesheet/mcp"
],
"env": {
"TIMESHEET_API_TOKEN": "<TIMESHEET_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs