mcpbeat Sign in

Timesheet MCP Server

by timesheetio Your server? Claim it
local only

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

Installs per day peak 23 · avg 8 · +243% w/w
a month agotoday
49
Installs / week
npm · @timesheet/mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

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.

Builds a file path from a variable build-web.mjs:72
  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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add timesheet-mcp -- npx -y @timesheet/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "timesheet-mcp": {
      "args": [
        "-y",
        "@timesheet/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.timesheet-mcp]
command = "npx"
args = ["-y", "@timesheet/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "timesheet-mcp": {
      "args": [
        "-y",
        "@timesheet/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Timesheet MCP

same job, measured the same way
Modusop MCP
by jwwd-repos

MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants.

33 installs/wk local only
Secobserve MCP
by nh4ttruong

MCP server for SecObserve: triage findings, manage products, import scan reports and SBOMs.

local only
Rise MCP
by gzlo

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.

88 installs/wk local only
Timen
by vahtel

Timen time tracking — timers, time entries, reports, projects, and clients.

answering
Agentloopkit
by abhiyoheswaran1

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

127 installs/wk local only
Target
by markswendsen-code

MCP server for Target - search products, manage cart, track orders

31 installs/wk local only
Ironscales
by wyre-ai

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
Ironscales
by wyre-technology

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only

Timesheet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Timesheet MCP?
Timesheet MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @timesheet/mcp was installed 49 times last week.
How do I connect Timesheet MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @timesheet/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Timesheet MCP?
The npm package @timesheet/mcp was installed 49 times in the last week. Week over week that is +243%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Timesheet MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.