timesheet mcp for Grok
io.github.timesheetio/timesheet-mcp
timesheet.io MCP server - manage timers, projects, tasks and reports
client:Grok
transport:stdio
runtime:npm
Install timesheet mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"timesheet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@timesheet/mcp"
],
"env": {
"TIMESHEET_API_TOKEN": "<TIMESHEET_API_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs