← Index

NinjaOne

io.github.wyre-technology/ninjaone-mcp·v1.6.0·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "ninjaone-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/ninjaone-mcp:v1.6.0"
      ],
      "env": {
        "NINJAONE_CLIENT_ID": "<ninjaone_client_id>",
        "NINJAONE_CLIENT_SECRET": "<your-ninjaone_client_secret>",
        "NINJAONE_REGION": "us",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
NINJAONE_CLIENT_ID
required

NinjaOne OAuth 2.0 Client ID

NINJAONE_CLIENT_SECRET
requiredsecret

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other