Skip to content
Claude Desktop

Eclipse Ditto for Claude Desktop

io.github.nagarjunr/eclipse-ditto

MCP server for the Eclipse Ditto digital twin HTTP API (things, policies, connections, more).

client:Claude Desktop transport:stdio runtime:pypi

Install Eclipse Ditto in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "eclipse-ditto": {
      "command": "uvx",
      "args": [
        "eclipse-ditto-mcp-server"
      ],
      "env": {
        "DITTO_BASE_URL": "<DITTO_BASE_URL>",
        "DITTO_USERNAME": "<DITTO_USERNAME>",
        "DITTO_PASSWORD": "<DITTO_PASSWORD>",
        "DITTO_BEARER_TOKEN": "<DITTO_BEARER_TOKEN>",
        "DITTO_DEVOPS_USERNAME": "<DITTO_DEVOPS_USERNAME>",
        "DITTO_DEVOPS_PASSWORD": "<DITTO_DEVOPS_PASSWORD>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Eclipse Ditto in other clients