PluginBench
MCP Server

NinjaOne MCP MCP Server

io.github.Servosity/ninjaone-mcp

What is the NinjaOne MCP MCP server?

Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can

How to install NinjaOne MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NINJAONE_CLIENT_ID
    required
    secret

    Set the NINJAONE_CLIENT_ID credential for the NinjaOne MCP server.

  • NINJAONE_CLIENT_SECRET
    required
    secret

    Set the NINJAONE_CLIENT_SECRET credential for the NinjaOne MCP server.

  • NINJAONE_OAUTH_SCOPE
    required
    secret

    Set the NINJAONE_OAUTH_SCOPE credential for the NinjaOne MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ninjaone-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/ninjaone-v0.1.4/ninjaone-mcp.mcpb",
      "args": [],
      "env": {
        "NINJAONE_CLIENT_ID": "<YOUR_NINJAONE_CLIENT_ID>",
        "NINJAONE_CLIENT_SECRET": "<YOUR_NINJAONE_CLIENT_SECRET>",
        "NINJAONE_OAUTH_SCOPE": "<YOUR_NINJAONE_OAUTH_SCOPE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ninjaone-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/ninjaone-v0.1.4/ninjaone-mcp.mcpb",
      "args": [],
      "env": {
        "NINJAONE_CLIENT_ID": "<YOUR_NINJAONE_CLIENT_ID>",
        "NINJAONE_CLIENT_SECRET": "<YOUR_NINJAONE_CLIENT_SECRET>",
        "NINJAONE_OAUTH_SCOPE": "<YOUR_NINJAONE_OAUTH_SCOPE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ninjaone-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/ninjaone-v0.1.4/ninjaone-mcp.mcpb",
      "args": [],
      "env": {
        "NINJAONE_CLIENT_ID": "<YOUR_NINJAONE_CLIENT_ID>",
        "NINJAONE_CLIENT_SECRET": "<YOUR_NINJAONE_CLIENT_SECRET>",
        "NINJAONE_OAUTH_SCOPE": "<YOUR_NINJAONE_OAUTH_SCOPE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ninjaone-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/ninjaone-v0.1.4/ninjaone-mcp.mcpb",
      "args": [],
      "env": {
        "NINJAONE_CLIENT_ID": "<YOUR_NINJAONE_CLIENT_ID>",
        "NINJAONE_CLIENT_SECRET": "<YOUR_NINJAONE_CLIENT_SECRET>",
        "NINJAONE_OAUTH_SCOPE": "<YOUR_NINJAONE_OAUTH_SCOPE>"
      }
    }
  }
}
Claude Code
claude mcp add ninjaone-mcp --env NINJAONE_CLIENT_ID=<YOUR_NINJAONE_CLIENT_ID> --env NINJAONE_CLIENT_SECRET=<YOUR_NINJAONE_CLIENT_SECRET> --env NINJAONE_OAUTH_SCOPE=<YOUR_NINJAONE_OAUTH_SCOPE> -- https://github.com/Servosity/msp-skills/releases/download/ninjaone-v0.1.4/ninjaone-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →