PluginBench
MCP Server

N-able N-central MCP MCP Server

io.github.Servosity/n-central-mcp

What is the N-able N-central MCP MCP server?

N-central REST API with an offline org-tree mirror, cross-tenant search, and a JWT-expiry guardian.

How to install N-able N-central MCP

Copy-paste configuration for popular MCP clients.

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

    Set the NCENTRAL_JWT credential for the N-able N-central MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "n-central-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/n-central-v0.1.0/n-central-mcp.mcpb",
      "args": [],
      "env": {
        "NCENTRAL_JWT": "<YOUR_NCENTRAL_JWT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "n-central-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/n-central-v0.1.0/n-central-mcp.mcpb",
      "args": [],
      "env": {
        "NCENTRAL_JWT": "<YOUR_NCENTRAL_JWT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "n-central-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/n-central-v0.1.0/n-central-mcp.mcpb",
      "args": [],
      "env": {
        "NCENTRAL_JWT": "<YOUR_NCENTRAL_JWT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "n-central-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/n-central-v0.1.0/n-central-mcp.mcpb",
      "args": [],
      "env": {
        "NCENTRAL_JWT": "<YOUR_NCENTRAL_JWT>"
      }
    }
  }
}
Claude Code
claude mcp add n-central-mcp --env NCENTRAL_JWT=<YOUR_NCENTRAL_JWT> -- https://github.com/Servosity/msp-skills/releases/download/n-central-v0.1.0/n-central-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 →