Home › Other › CIPP

CIPP

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

TypeScript
★ 12 stars Last pushed 2026-09-23 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/wyre-ai/cipp-mcp:v1.8.1

Or add to your MCP client config:

{
  "mcpServers": {
    "cipp-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/cipp-mcp:v1.8.1"
      ],
      "env": {
        "CIPP_API_URL": "<YOUR_VALUE>",
        "CIPP_CLIENT_ID": "<YOUR_VALUE>",
        "CIPP_CLIENT_SECRET": "<YOUR_VALUE>",
        "CIPP_TENANT_ID": "<YOUR_VALUE>",
        "MCP_TRANSPORT": "<YOUR_VALUE>",
        "AUTH_MODE": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.wyre-technology/cipp-mcp

Related servers

Data from the Official MCP Registry