Skip to content
Claude Desktop

CIPP for Claude Desktop

io.github.wyre-technology/cipp-mcp

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

client:Claude Desktop transport:stdio runtime:oci

Install CIPP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cipp-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/cipp-mcp:v1.7.3"
      ],
      "env": {
        "CIPP_API_URL": "<CIPP_API_URL>",
        "CIPP_CLIENT_ID": "<CIPP_CLIENT_ID>",
        "CIPP_CLIENT_SECRET": "<CIPP_CLIENT_SECRET>",
        "CIPP_TENANT_ID": "<CIPP_TENANT_ID>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

CIPP in other clients