mcpbeat Sign in

Ignition MCP Server

local only

Ignition MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from pypi. Last commit 6 Jul 2026.

MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective

Installs per day peak 36 · avg 16 · -13% w/w
a month agotoday
117
Installs / week
pypi · ignition-mcp
1
Stars
1 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    env = environ if environ is not None else dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ignition-mcp -- uvx ignition-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ignition-mcp": {
      "args": [
        "ignition-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ignition-mcp]
command = "uvx"
args = ["ignition-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ignition-mcp": {
      "args": [
        "ignition-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ignition-mcp": {
      "args": [
        "ignition-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: IGNITION_URL (Gateway base URL, e.g. http://localhost:8088), IGNITION_API_TOKEN (Ignition API key in 'name:secret' form), IGNITION_BRIDGE_SECRET (HMAC secret shared with the mcp-bridge WebDev project; enables live tag/alarm/history/Perspective tools), IGNITION_ALLOW_WRITES (Set to 'true' to enable mutating tools (each call still requires confirm=true)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ignition MCP

same job, measured the same way
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Metro MCP
by steve228uk

MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP

683 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
UIAutomationMcp
by trsdn

Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.

47 installs/wk local only
Expo Android MCP
by frndchagas

MCP server for Android emulator automation via ADB.

61 installs/wk local only
MCP Coda
by vish288

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

264 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
Voila Groceries MCP
by dearlordylord

Safe personal Voila grocery automation for search, slots, cart updates, and order history

58 installs/wk local only

Ignition MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ignition MCP?
Ignition MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ignition-mcp was installed 117 times last week.
How do I connect Ignition MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ignition-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ignition MCP?
The pypi package ignition-mcp was installed 117 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ignition MCP open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.