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
{
"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