Ignition MCP for Cline
io.github.jsgorana/ignition-mcp
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
client:Cline
transport:stdio
runtime:pypi
Install Ignition MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs