Catalog
io.github.jsgorana/ignition-mcp
Officialby jsgorana · Python
Ignition MCP
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
Topics
ai-toolsclaudeignitioninductive-automationindustrial-automationmcpmcp-servermodel-context-protocolperspectivescada
README not available yet.
Install
Configuration
Environment variables
IGNITION_URLrequiredGateway base URL, e.g. http://localhost:8088
IGNITION_API_TOKENrequiredsecretIgnition API key in 'name:secret' form
IGNITION_BRIDGE_SECRETsecretHMAC secret shared with the mcp-bridge WebDev project; enables live tag/alarm/history/Perspective tools
IGNITION_ALLOW_WRITESSet to 'true' to enable mutating tools (each call still requires confirm=true)
claude_desktop_config.json
{
"mcpServers": {
"ignition-mcp": {
"command": "uvx",
"args": [
"ignition-mcp"
],
"env": {
"IGNITION_URL": "<YOUR_IGNITION_URL>",
"IGNITION_API_TOKEN": "<YOUR_IGNITION_API_TOKEN>",
"IGNITION_BRIDGE_SECRET": "<YOUR_IGNITION_BRIDGE_SECRET>",
"IGNITION_ALLOW_WRITES": "<YOUR_IGNITION_ALLOW_WRITES>"
}
}
}
}