CIPP

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

stdioofficialservice

Package Details

Transportstdio

Environment Variables

CIPP_API_URL(str)
Required

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

CIPP_CLIENT_ID(str)
Required

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

CIPP_CLIENT_SECRET(str)
RequiredSecret

Entra ID client secret for the CIPP application

CIPP_TENANT_ID(str)

Entra ID tenant ID hosting the CIPP application registration

MCP_TRANSPORT(str)
Default:stdio

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

AUTH_MODE(str)
Default:env

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

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error