mcpbeat Sign in

omp-worker-mcp MCP Server

by divenire990 Your server? Claim it
local only

omp-worker-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 29 Aug 2026.

Delegate complete coding tasks to the local OMP default model and inspect the result.

Installs per day peak 278 · avg 9
a month agotoday
46
Installs / week
npm · omp-worker-mcp
1
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 20 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.

  const child = spawn(process.execPath, [runnerPath, jobFilePath(job.id)], {

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

Alternatives to omp-worker-mcp

same job, measured the same way
Qodercli MCP
by cantbeblank96

MCP server mode for Qoder CLI — delegate coding tasks to local Qoder agents from any MCP client.

67 installs/wk local only
I
unlimited-mcp
by triumsebas

Delegate coding and sysops tasks to cheaper agents or local LLMs via durable background job queues.

38 installs/wk local only
MCP Bifrost
by fixembcn

Delegate bulk code edits to a cheap worker model. Gated, atomic. PHP and Python.

176 installs/wk local only
Google Tasks MCP
by a1-x-tech

MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.

63 installs/wk local only
Tendem MCP server
by toloka

Delegate tasks to vetted human experts - research, writing, analysis, and data work.

answering
Backburner
by rohityajee8076

Run long shell commands as background tasks: start them, keep working, collect the results later

191 installs/wk local only
Granoflow
by granoflow

Connect MCP-capable AI agents to local Granoflow tasks, reviews, cards, imports, and work memory.

124 installs/wk local only
Google Tasks
by girmmy

Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.

44 installs/wk local only

omp-worker-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for omp-worker-mcp?
omp-worker-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 omp-worker-mcp was installed 46 times last week.
How do I connect omp-worker-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 omp-worker-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use omp-worker-mcp?
The npm package omp-worker-mcp was installed 46 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is omp-worker-mcp open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 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.