MCP Server
MCP
io.github.timesheetIO/timesheet-mcp
timesheet.io MCP server - manage timers, projects, tasks and reports
Install
npx -y @timesheet/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@timesheet/mcp",
"version": "1.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your timesheet.io API token",
"isRequired": true,
"isSecret": true,
"name": "TIMESHEET_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment