Loading MCP server directory, please wait...
MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.
npx @getmcp/cli add io.github.wyre-technology/ninjaone-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
NINJAONE_CLIENT_IDNinjaOne OAuth 2.0 Client ID
NINJAONE_CLIENT_SECRETNinjaOne OAuth 2.0 Client Secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/ninjaone-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"NINJAONE_CLIENT_ID",
"-e",
"NINJAONE_CLIENT_SECRET",
"-e",
"NINJAONE_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/ninjaone-mcp:v1.7.0"
],
"env": {
"NINJAONE_CLIENT_ID": "",
"NINJAONE_CLIENT_SECRET": "",
"NINJAONE_REGION": "us",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}