PluginBench
MCP Server

Nerdio Manager MCP MCP Server

io.github.Servosity/nerdio-mcp

What is the Nerdio Manager MCP MCP server?

The first non-PowerShell client for the Nerdio Manager for MSP API - cross-account AVD fleet

How to install Nerdio Manager MCP

Copy-paste configuration for popular MCP clients.

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

    Set the NERDIO_BASE_URL credential for the Nerdio Manager MCP server.

  • NERDIO_TOKEN_URL
    required
    secret

    Set the NERDIO_TOKEN_URL credential for the Nerdio Manager MCP server.

  • NERDIO_CLIENT_ID
    required
    secret

    Set the NERDIO_CLIENT_ID credential for the Nerdio Manager MCP server.

  • NERDIO_CLIENT_SECRET
    required
    secret

    Set the NERDIO_CLIENT_SECRET credential for the Nerdio Manager MCP server.

  • NERDIO_OAUTH_SCOPE
    required
    secret

    Set the NERDIO_OAUTH_SCOPE credential for the Nerdio Manager MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nerdio-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/nerdio-v0.1.0/nerdio-mcp.mcpb",
      "args": [],
      "env": {
        "NERDIO_BASE_URL": "<YOUR_NERDIO_BASE_URL>",
        "NERDIO_TOKEN_URL": "<YOUR_NERDIO_TOKEN_URL>",
        "NERDIO_CLIENT_ID": "<YOUR_NERDIO_CLIENT_ID>",
        "NERDIO_CLIENT_SECRET": "<YOUR_NERDIO_CLIENT_SECRET>",
        "NERDIO_OAUTH_SCOPE": "<YOUR_NERDIO_OAUTH_SCOPE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nerdio-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/nerdio-v0.1.0/nerdio-mcp.mcpb",
      "args": [],
      "env": {
        "NERDIO_BASE_URL": "<YOUR_NERDIO_BASE_URL>",
        "NERDIO_TOKEN_URL": "<YOUR_NERDIO_TOKEN_URL>",
        "NERDIO_CLIENT_ID": "<YOUR_NERDIO_CLIENT_ID>",
        "NERDIO_CLIENT_SECRET": "<YOUR_NERDIO_CLIENT_SECRET>",
        "NERDIO_OAUTH_SCOPE": "<YOUR_NERDIO_OAUTH_SCOPE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nerdio-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/nerdio-v0.1.0/nerdio-mcp.mcpb",
      "args": [],
      "env": {
        "NERDIO_BASE_URL": "<YOUR_NERDIO_BASE_URL>",
        "NERDIO_TOKEN_URL": "<YOUR_NERDIO_TOKEN_URL>",
        "NERDIO_CLIENT_ID": "<YOUR_NERDIO_CLIENT_ID>",
        "NERDIO_CLIENT_SECRET": "<YOUR_NERDIO_CLIENT_SECRET>",
        "NERDIO_OAUTH_SCOPE": "<YOUR_NERDIO_OAUTH_SCOPE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nerdio-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/nerdio-v0.1.0/nerdio-mcp.mcpb",
      "args": [],
      "env": {
        "NERDIO_BASE_URL": "<YOUR_NERDIO_BASE_URL>",
        "NERDIO_TOKEN_URL": "<YOUR_NERDIO_TOKEN_URL>",
        "NERDIO_CLIENT_ID": "<YOUR_NERDIO_CLIENT_ID>",
        "NERDIO_CLIENT_SECRET": "<YOUR_NERDIO_CLIENT_SECRET>",
        "NERDIO_OAUTH_SCOPE": "<YOUR_NERDIO_OAUTH_SCOPE>"
      }
    }
  }
}
Claude Code
claude mcp add nerdio-mcp --env NERDIO_BASE_URL=<YOUR_NERDIO_BASE_URL> --env NERDIO_TOKEN_URL=<YOUR_NERDIO_TOKEN_URL> --env NERDIO_CLIENT_ID=<YOUR_NERDIO_CLIENT_ID> --env NERDIO_CLIENT_SECRET=<YOUR_NERDIO_CLIENT_SECRET> --env NERDIO_OAUTH_SCOPE=<YOUR_NERDIO_OAUTH_SCOPE> -- https://github.com/Servosity/msp-skills/releases/download/nerdio-v0.1.0/nerdio-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 →