Home › Other › NinjaOne

NinjaOne

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

TypeScript
★ 26 stars Last pushed 2026-09-22 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/wyre-ai/ninjaone-mcp:v2.3.2

Or add to your MCP client config:

{
  "mcpServers": {
    "ninjaone-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/ninjaone-mcp:v2.3.2"
      ],
      "env": {
        "NINJAONE_CLIENT_ID": "<YOUR_VALUE>",
        "NINJAONE_CLIENT_SECRET": "<YOUR_VALUE>",
        "NINJAONE_REGION": "<YOUR_VALUE>",
        "MCP_TRANSPORT": "<YOUR_VALUE>",
        "AUTH_MODE": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • NINJAONE_CLIENT_ID required — NinjaOne OAuth 2.0 Client ID
  • NINJAONE_CLIENT_SECRET required secret — NinjaOne OAuth 2.0 Client Secret
  • NINJAONE_REGION — NinjaOne region: 'us' (default), 'eu', or 'oc'
  • MCP_TRANSPORT — Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
  • AUTH_MODE — Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
  • LOG_LEVEL — Log verbosity: debug, info, warn, error

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.wyre-technology/ninjaone-mcp

Related servers

Data from the Official MCP Registry