← Back to browse

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCIPP_API_URL CIPP_CLIENT_ID CIPP_CLIENT_SECRET CIPP_TENANT_ID MCP_TRANSPORT AUTH_MODE LOG_LEVEL
Claude Code
claude mcp add --env CIPP_API_URL= --env CIPP_CLIENT_ID= --env CIPP_CLIENT_SECRET= --env CIPP_TENANT_ID= --env MCP_TRANSPORT= --env AUTH_MODE= --env LOG_LEVEL= cipp-mcp -- docker ghcr.io/wyre-technology/cipp-mcp:v1.7.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cipp-mcp","command":"docker","args":["ghcr.io/wyre-technology/cipp-mcp:v1.7.0"],"env":{"CIPP_API_URL":"","CIPP_CLIENT_ID":"","CIPP_CLIENT_SECRET":"","CIPP_TENANT_ID":"","MCP_TRANSPORT":"","AUTH_MODE":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "cipp-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/wyre-technology/cipp-mcp:v1.7.0"
      ],
      "env": {
        "CIPP_API_URL": "",
        "CIPP_CLIENT_ID": "",
        "CIPP_CLIENT_SECRET": "",
        "CIPP_TENANT_ID": "",
        "MCP_TRANSPORT": "",
        "AUTH_MODE": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.