Skip to content
Grok

NinjaOne for Grok

io.github.wyre-ai/ninjaone-mcp

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

client:Grok transport:stdio runtime:oci

Install NinjaOne in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "ninjaone-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/ninjaone-mcp:v2.3.2"
      ],
      "env": {
        "NINJAONE_CLIENT_ID": "<NINJAONE_CLIENT_ID>",
        "NINJAONE_CLIENT_SECRET": "<NINJAONE_CLIENT_SECRET>",
        "NINJAONE_REGION": "<NINJAONE_REGION>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

NinjaOne in other clients