Timesheet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 1 Sep 2026.
timesheet.io MCP server - manage timers, projects, tasks and reports
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const inputFile = path.join(__dirname, 'web', 'src', 'components', component.file);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add timesheet-mcp -- npx -y @timesheet/mcp
{
"mcpServers": {
"timesheet-mcp": {
"args": [
"-y",
"@timesheet/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.timesheet-mcp]
command = "npx"
args = ["-y", "@timesheet/mcp"]
{
"mcpServers": {
"timesheet-mcp": {
"args": [
"-y",
"@timesheet/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"timesheet-mcp": {
"args": [
"-y",
"@timesheet/mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TIMESHEET_API_TOKEN (Your timesheet.io API token).
The author declared them in the registry entry; get the values from the project itself.
MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants.
MCP server for SecObserve: triage findings, manage products, import scan reports and SBOMs.
RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.
Timen time tracking — timers, time entries, reports, projects, and clients.
Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.
MCP server for Target - search products, manage cart, track orders
MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.
MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.
Answers built from our own checks of this server.