Back to Apps

NinjaOne MCP
by wyre-technology
MCP server for NinjaOne RMM, featuring device monitoring, patching, and alert management tools.
0 stars
Works in:claude
Exposes:Tools
What it does
Integrates AI assistants with NinjaOne RMM, providing a decision-tree architecture to manage endpoints, monitor patches, and handle alerts without cognitive overload.
Tools
- Device Management: List devices by class, reboot endpoints, and view Windows services.
- Organization Control: Create and manage customer organizations and locations.
- Alert Handling: Summary and reset alerts across the fleet or for specific devices.
- Ticket Management: Create, update, and comment on service tickets via board IDs.
Installation
Authenticate with GitHub Packages first:
export NODE_AUTH_TOKEN=$(gh auth token)
npm install @wyre-technology/ninjaone-mcp
Supported hosts
Confirmed support for Claude Desktop.
Quick install
npm install @wyre-technology/ninjaone-mcpInformation
- Pricing
- free
- Published
- 7/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"ninjaone": {
"command": "npx",
"args": ["@wyre-technology/ninjaone-mcp"],
"env": {
"NINJAONE_CLIENT_ID": "your-client-id",
"NINJAONE_CLIENT_SECRET": "your-client-secret",
"NINJAONE_REGION": "us"
}
}
}
}






