Skip to content
Cursor

Ignition MCP for Cursor

io.github.jsgorana/ignition-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Ignition MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ignition-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Ignition MCP in other clients