Odel
modusop mcp

modusop mcp

Local
@jwwd-reposJavaScriptUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@modusop/mcp-serverv0.2.5

Run

npx -y @modusop/mcp-server

MCP client config

{
  "mcpServers": {
    "modusop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modusop/mcp-server"
      ]
    }
  }
}