Back to directory
cumulocity-iot/cumulocity-mcp-server

cumulocity-iot/cumulocity-mcp-server

@Cumulocity-IoT

A Python-based server that provides Cumulocity IoT platform functionality through the MCP interface.

iotcumulocitydevice-managementmeasurementsalarmspythonmcp-serverplatform-integrationtool

Installation & Configuration

{
  "mcpServers": {
    "mcp-c8y": {
      "command": "uvx",
      "args": [
        "mcp-server-c8y",
        "--transport",
        "stdio"
      ],
      "env": {
        "C8Y_BASEURL": "https://your-cumulocity-instance.com",
        "C8Y_TENANT": "your-tenant-id",
        "C8Y_USER": "<your-username>",
        "C8Y_PASSWORD": "<your-password>"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/14
Updated
2026/6/15