Ignition MCP
Rank #15,184io.github.jsgorana/ignition-mcp
MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective
Ignition MCP is a Model Context Protocol (MCP) server published by jsgorana. It ranks #15,184 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Ignition MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jul 5, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 116,862 of 132,046 servers on MCP Toplist.
Use Ignition MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ignition-mcp -e "IGNITION_URL=<your IGNITION_URL>" -e "IGNITION_API_TOKEN=<your IGNITION_API_TOKEN>" -e "IGNITION_BRIDGE_SECRET=<your IGNITION_BRIDGE_SECRET>" -e "IGNITION_ALLOW_WRITES=<your IGNITION_ALLOW_WRITES>" -- uvx ignition-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ignition-mcp]
command = "uvx"
args = ["ignition-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ignition-mcp": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jsgorana%2Fignition-mcp)<a href="https://mcptoplist.com/server/io.github.jsgorana%2Fignition-mcp"><img src="https://mcptoplist.com/badge/io.github.jsgorana%2Fignition-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jsgorana
Available versions (4)
| Version | Published |
|---|---|
| 0.1.3 | Jul 6, 2026 |
| 0.1.2 | Jul 6, 2026 |
| 0.1.1 | Jul 6, 2026 |
| 0.1.0 | Jul 6, 2026 |
Frequently asked questions
- Who maintains Ignition MCP?
- Ignition MCP is maintained by jsgorana, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Ignition MCP listed on the Official MCP Registry?
- Yes — Ignition MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ignition MCP have?
- MCP Toplist tracks 4 versions of Ignition MCP, most recently published on Jul 6, 2026.
- Where can I find the source code for Ignition MCP?
- The source code for Ignition MCP is hosted at github.com/jsgorana/ignition-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.