Skip to content
Cursor

CIPP for Cursor

io.github.wyre-ai/cipp-mcp

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

client:Cursor transport:stdio runtime:oci

Install CIPP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "cipp-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/cipp-mcp:v1.8.1"
      ],
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CIPP in other clients