Loading MCP server directory, please wait...
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).
npx @getmcp/cli add io.github.wyre-technology/cipp-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
CIPP_API_URLBase URL of your CIPP API instance (e.g. https://cipp-api.example.com)
CIPP_CLIENT_IDEntra ID application (client) ID used to authenticate to CIPP
CIPP_CLIENT_SECRETEntra ID client secret for the CIPP application
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/cipp-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CIPP_API_URL",
"-e",
"CIPP_CLIENT_ID",
"-e",
"CIPP_CLIENT_SECRET",
"-e",
"CIPP_TENANT_ID",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/cipp-mcp:v1.2.3"
],
"env": {
"CIPP_API_URL": "",
"CIPP_CLIENT_ID": "",
"CIPP_CLIENT_SECRET": "",
"CIPP_TENANT_ID": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}