← All servers
🔧

CIPPVerified🛡 No advisories

io.github.wyre-technology/cipp-mcp
New to MCP? Start here →
0★ stars
0weekly installs
6 days agolast release

Provenancewhere it came from, and what was verified

Verified namespace

Published to the official MCP registry by github.com/wyre-technology, which proved it owns this namespace.

Verified owner: github.com/wyre-technologyio.github.wyre-technology/cipp-mcp

🛡 Permissions & trustwhat this server can touch before you run it

Secrets required
Needs CIPP_CLIENT_SECRET.
Configuration
Reads CIPP_API_URL, CIPP_CLIENT_ID, CIPP_TENANT_ID, MCP_TRANSPORT, AUTH_MODE, LOG_LEVEL.

About

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

Packages & transports

dockerghcr.io/wyre-technology/cipp-mcp:v1.6.0vlatest · docker run

Metadata

Categorydevops
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "cipp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/cipp-mcp:v1.6.0"
      ]
    }
  }
}

▶ Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/wyre-technology/cipp-mcp:v1.6.0