PluginBench
MCP Server

Pax8 MCP MCP Server

io.github.Servosity/pax8-mcp

What is the Pax8 MCP MCP server?

Every Pax8 Partner API endpoint, plus an offline store that reconciles billing, tracks MRR, and

How to install Pax8 MCP

Copy-paste configuration for popular MCP clients.

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

    Pax8 Partner API OAuth2 Client ID (Pax8 portal > Integrations).

  • PAX8_CLIENT_SECRET
    required
    secret

    Pax8 Partner API OAuth2 Client Secret (Pax8 portal > Integrations).

  • PAX8_AUDIENCE
    secret

    Optional OAuth2 audience override; defaults to api://p8p.client.

  • PAX8_OAUTH_SCOPE
    secret

    Optional OAuth2 scope; omitted from the token request when unset.

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