The first AI-powered development tool for Ignition SCADA — an MCP server that lets any AI agent read, understand, and interact with your Ignition projects and gateways.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ignition-mcp-server": {
"command": "uvx",
"args": [
"ignition-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ignition-mcp-server uvx ignition-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ignition-mcp-server": {
"command": "uvx",
"args": [
"ignition-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install ignition-mcp-server