Back to Browse

Cipp MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (54/55 approved).

4 files analyzed · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: CIPP_API_URL

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

Environment variable: CIPP_CLIENT_ID

Entra ID client secret for the CIPP applicationRequired

Environment variable: CIPP_CLIENT_SECRET

Entra ID tenant ID hosting the CIPP application registrationOptional

Environment variable: CIPP_TENANT_ID

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

Environment variable: MCP_TRANSPORT

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

Environment variable: AUTH_MODE

Log verbosity: debug, info, warn, errorOptional

Environment variable: LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-wyre-technology-cipp-mcp": {
      "env": {
        "AUTH_MODE": "your-auth-mode-here",
        "LOG_LEVEL": "your-log-level-here",
        "CIPP_API_URL": "your-cipp-api-url-here",
        "MCP_TRANSPORT": "your-mcp-transport-here",
        "CIPP_CLIENT_ID": "your-cipp-client-id-here",
        "CIPP_TENANT_ID": "your-cipp-tenant-id-here",
        "CIPP_CLIENT_SECRET": "your-cipp-client-secret-here"
      },
      "args": [
        "-y",
        "cipp-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!