MCP server for NinjaOne — device monitoring, patching, scripting, and alert management tools for AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ninjaone-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/ninjaone-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ninjaone-mcp npx -y wyre-technology/ninjaone-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ninjaone-mcp": {
"command": "npx",
"args": [
"-y",
"wyre-technology/ninjaone-mcp"
]
}
}
}
📋 Copy
README Excerpt
A Model Context Protocol (MCP) server for interacting with NinjaOne, featuring a decision tree architecture for efficient tool loading. > [!IMPORTANT] > **Before you click:** this server depends on `@wyre-technology/node-ninjaone`, > which is hosted on the **GitHub Packages** npm registry. GitHub Packages has no
Tools (20)
NINJAONE_CLIENT_ID NINJAONE_CLIENT_SECRET NINJAONE_REGION ninjaone_alerts_list ninjaone_alerts_reset ninjaone_alerts_reset_all ninjaone_alerts_summary ninjaone_back ninjaone_devices_activities ninjaone_devices_alerts ninjaone_devices_get ninjaone_devices_list ninjaone_devices_reboot ninjaone_devices_services ninjaone_navigate ninjaone_organizations_create ninjaone_organizations_devices ninjaone_organizations_get ninjaone_organizations_list ninjaone_organizations_locations
Topics
ai-tools claude mcp mcp-server model-context-protocol msp msp-mcp ninjaone typescript wyre-technology