PluginBench
MCP Server

CIPP MCP Server

io.github.wyre-technology/cipp-mcp

What is the CIPP MCP server?

MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).

How to install CIPP

Copy-paste configuration for popular MCP clients.

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

    Base URL of your CIPP API instance (e.g. https://cipp-api.example.com)

  • CIPP_CLIENT_ID
    required

    Entra ID application (client) ID used to authenticate to CIPP

  • CIPP_CLIENT_SECRET
    required
    secret

    Entra ID client secret for the CIPP application

  • CIPP_TENANT_ID

    Entra ID tenant ID hosting the CIPP application registration

  • MCP_TRANSPORT

    Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

  • AUTH_MODE

    Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

  • LOG_LEVEL

    Log verbosity: debug, info, warn, error

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cipp-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/cipp-mcp:v1.5.1"
      ],
      "env": {
        "CIPP_API_URL": "<YOUR_CIPP_API_URL>",
        "CIPP_CLIENT_ID": "<YOUR_CIPP_CLIENT_ID>",
        "CIPP_CLIENT_SECRET": "<YOUR_CIPP_CLIENT_SECRET>",
        "CIPP_TENANT_ID": "<YOUR_CIPP_TENANT_ID>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cipp-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/cipp-mcp:v1.5.1"
      ],
      "env": {
        "CIPP_API_URL": "<YOUR_CIPP_API_URL>",
        "CIPP_CLIENT_ID": "<YOUR_CIPP_CLIENT_ID>",
        "CIPP_CLIENT_SECRET": "<YOUR_CIPP_CLIENT_SECRET>",
        "CIPP_TENANT_ID": "<YOUR_CIPP_TENANT_ID>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cipp-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/cipp-mcp:v1.5.1"
      ],
      "env": {
        "CIPP_API_URL": "<YOUR_CIPP_API_URL>",
        "CIPP_CLIENT_ID": "<YOUR_CIPP_CLIENT_ID>",
        "CIPP_CLIENT_SECRET": "<YOUR_CIPP_CLIENT_SECRET>",
        "CIPP_TENANT_ID": "<YOUR_CIPP_TENANT_ID>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cipp-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/cipp-mcp:v1.5.1"
      ],
      "env": {
        "CIPP_API_URL": "<YOUR_CIPP_API_URL>",
        "CIPP_CLIENT_ID": "<YOUR_CIPP_CLIENT_ID>",
        "CIPP_CLIENT_SECRET": "<YOUR_CIPP_CLIENT_SECRET>",
        "CIPP_TENANT_ID": "<YOUR_CIPP_TENANT_ID>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add cipp-mcp --env CIPP_API_URL=<YOUR_CIPP_API_URL> --env CIPP_CLIENT_ID=<YOUR_CIPP_CLIENT_ID> --env CIPP_CLIENT_SECRET=<YOUR_CIPP_CLIENT_SECRET> --env CIPP_TENANT_ID=<YOUR_CIPP_TENANT_ID> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/cipp-mcp:v1.5.1

Related MCP servers

MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.

View repository →

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

View repository →

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

View repository →

MCP server for Atera RMM — customers, tickets, and more.

View repository →

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

View repository →

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

View repository →