Server Config
{
"mcpServers": {
"timesheet": {
"command": "npx",
"args": [
"@timesheet/mcp-server"
],
"env": {
"TIMESHEET_API_TOKEN": "your-api-token"
}
}
}
}{
"mcpServers": {
"timesheet": {
"command": "npx",
"args": [
"@timesheet/mcp-server"
],
"env": {
"TIMESHEET_API_TOKEN": "your-api-token"
}
}
}
}