Skip to content
Claude Desktop

Ignition MCP for Claude Desktop

io.github.jsgorana/ignition-mcp

MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective

client:Claude Desktop transport:stdio runtime:pypi

Install Ignition MCP 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": {
    "ignition-mcp": {
      "command": "uvx",
      "args": [
        "ignition-mcp"
      ],
      "env": {
        "IGNITION_URL": "<IGNITION_URL>",
        "IGNITION_API_TOKEN": "<IGNITION_API_TOKEN>",
        "IGNITION_BRIDGE_SECRET": "<IGNITION_BRIDGE_SECRET>",
        "IGNITION_ALLOW_WRITES": "<IGNITION_ALLOW_WRITES>"
      }
    }
  }
}

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

Ignition MCP in other clients