Ignition MCP
About
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
IGNITION_URL IGNITION_API_TOKEN IGNITION_BRIDGE_SECRET IGNITION_ALLOW_WRITESClaude Code
claude mcp add --env IGNITION_URL= --env IGNITION_API_TOKEN= --env IGNITION_BRIDGE_SECRET= --env IGNITION_ALLOW_WRITES= ignition-mcp -- uvx ignition-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ignition-mcp","command":"uvx","args":["ignition-mcp"],"env":{"IGNITION_URL":"","IGNITION_API_TOKEN":"","IGNITION_BRIDGE_SECRET":"","IGNITION_ALLOW_WRITES":""}}'
JSON
{
"mcpServers": {
"ignition-mcp": {
"command": "uvx",
"args": [
"ignition-mcp"
],
"env": {
"IGNITION_URL": "",
"IGNITION_API_TOKEN": "",
"IGNITION_BRIDGE_SECRET": "",
"IGNITION_ALLOW_WRITES": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.