mcpbeat Sign in

Modusop MCP Server

by jwwd-repos Your server? Claim it
local only

Modusop MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 12 May 2026.

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

Installs per day peak 19 · avg 5 · +75% w/w
a month agotoday
33
Installs / week
npm · @modusop/mcp-server
0
Stars
0 open issues
12 May 2026
Last commit
0 releases in 90 days
custom licence
License
JavaScript

Nothing serious here today

Today is the operative word: we check Modusop MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: MODUSOP_API_TOKEN (ModusOp API token. Create at modusop.app → Settings → API Tokens (read + write scopes).), MODUSOP_API_URL (Override the API base URL. Defaults to https://modusop.app/api/v1.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Modusop MCP

same job, measured the same way
Timesheet MCP
by timesheetio

timesheet.io MCP server - manage timers, projects, tasks and reports

49 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Timen
by vahtel

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

answering
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
Taskrabbit
by markswendsen-code

MCP server for TaskRabbit - let AI agents book home services and taskers

28 installs/wk local only
Target
by markswendsen-code

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

31 installs/wk local only
Preflight
by newrelic-experimental

New Relic MCP server for observing AI coding assistants (Claude Code, Cursor, Copilot, etc.)

5 440 installs/wk local only

Modusop MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Modusop MCP?
Modusop 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 @modusop/mcp-server was installed 33 times last week.
How do I connect Modusop 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 @modusop/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Modusop MCP?
The npm package @modusop/mcp-server was installed 33 times in the last week. Week over week that is +75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Modusop MCP open source?
No, and the distinction matters: it ships its own licence file rather than a standard open-source licence. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.