CIPP
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/wyre-ai/cipp-mcp:v1.8.1
Or add to your MCP client config:
{
"mcpServers": {
"cipp-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/cipp-mcp:v1.8.1"
],
"env": {
"CIPP_API_URL": "<YOUR_VALUE>",
"CIPP_CLIENT_ID": "<YOUR_VALUE>",
"CIPP_CLIENT_SECRET": "<YOUR_VALUE>",
"CIPP_TENANT_ID": "<YOUR_VALUE>",
"MCP_TRANSPORT": "<YOUR_VALUE>",
"AUTH_MODE": "<YOUR_VALUE>",
"LOG_LEVEL": "<YOUR_VALUE>"
}
}
}
}
CIPP_API_URLrequired — Base URL of your CIPP API instance (e.g. https://cipp-api.example.com)CIPP_CLIENT_IDrequired — Entra ID application (client) ID used to authenticate to CIPPCIPP_CLIENT_SECRETrequired secret — Entra ID client secret for the CIPP applicationCIPP_TENANT_ID— Entra ID tenant ID hosting the CIPP application registrationMCP_TRANSPORT— Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.AUTH_MODE— Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.LOG_LEVEL— Log verbosity: debug, info, warn, error
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.wyre-technology/cipp-mcp
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry