timesheet mcp for Windsurf
io.github.timesheetio/timesheet-mcp
timesheet.io MCP server - manage timers, projects, tasks and reports
client:Windsurf
transport:stdio
runtime:npm
Install timesheet mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"timesheet-mcp": {
"command": "npx",
"args": [
"-y",
"@timesheet/mcp"
],
"env": {
"TIMESHEET_API_TOKEN": "<TIMESHEET_API_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs