Ignition MCP for Grok
io.github.jsgorana/ignition-mcp
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
client:Grok
transport:stdio
runtime:pypi
Install Ignition MCP in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs