Skip to content
Cline

Sparkplug B for Cline

io.github.nagarjunr/sparkplug-b

MCP server for Sparkplug B: node/device discovery, metrics, commands, host state over MQTT.

client:Cline transport:stdio runtime:pypi

Install Sparkplug B in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "sparkplug-b": {
      "command": "uvx",
      "args": [
        "sparkplug-b-mcp-server"
      ],
      "env": {
        "SPARKPLUG_MQTT_HOST": "<SPARKPLUG_MQTT_HOST>",
        "SPARKPLUG_HOST_ID": "<SPARKPLUG_HOST_ID>",
        "SPARKPLUG_MQTT_PORT": "<SPARKPLUG_MQTT_PORT>",
        "SPARKPLUG_MQTT_USERNAME": "<SPARKPLUG_MQTT_USERNAME>",
        "SPARKPLUG_MQTT_PASSWORD": "<SPARKPLUG_MQTT_PASSWORD>",
        "SPARKPLUG_MQTT_USE_TLS": "<SPARKPLUG_MQTT_USE_TLS>",
        "SPARKPLUG_GROUP_ID": "<SPARKPLUG_GROUP_ID>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Sparkplug B in other clients