Skip to content
Claude Desktop

omp-worker-mcp for Claude Desktop

io.github.divenire990/omp-worker-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install omp-worker-mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "omp-worker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "omp-worker-mcp"
      ],
      "env": {
        "OMP_WORKER_OMP_COMMAND": "<OMP_WORKER_OMP_COMMAND>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

omp-worker-mcp in other clients