Ignition Doc MCP
Provides tools for searching the live Inductive Automation Ignition documentation (User Manual and SDK Programmer's Guide) and fetching full text of documentation pages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ignition Doc MCPHow do I configure an OPC-UA connection in Ignition?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ignition Doc MCP
Ground your AI answers in live Inductive Automation Ignition documentation.
What it does
Ignition Doc MCP is a Model Context Protocol (MCP) server that gives AI assistants like Claude direct access to the official Inductive Automation Ignition documentation. Instead of relying on training data that may be outdated or incorrect, the AI fetches real answers from live docs — eliminating hallucination on Ignition-specific topics.
Covers both the Ignition User Manual (always the latest version) and the Ignition SDK Programmer's Guide.
Related MCP server: Whoosh RAG MCP
How it works
The server queries the Typesense search backends that power docs.inductiveautomation.com and sdk-docs.inductiveautomation.com in real time. No API key required, no local doc files, no indexing step — every search goes directly to Inductive Automation's search backend and returns content that is always up to date.
The User Manual search is pinned to the docs-default-current tag, which automatically resolves to the latest published version — no manual version bumps needed when Ignition releases a new version.
Prerequisites
Python 3.11 or later — python.org/downloads
uv — fast Python package manager
curl -LsSf https://astral.sh/uv/install.sh | shClaude Code CLI — installation guide
Installation
1. Clone the repository
git clone https://github.com/nurnaufal321/inductiveautomation-doc-mcp.git
cd inductiveautomation-doc-mcp2. Install dependencies
uv sync3. Register with Claude Code
claude mcp add ignition-docs --scope user -- uv run --directory /path/to/inductiveautomation-doc-mcp python server.pyReplace /path/to/inductiveautomation-doc-mcp with the absolute path to the cloned folder.
4. Restart Claude Code to pick up the new MCP server. You should see ignition-docs listed when you run:
claude mcp listAvailable Tools
Once registered, Claude has access to three tools:
Tool | Description |
| Search the Ignition User Manual (latest version) by keyword. Optional: |
| Search the Ignition SDK Programmer's Guide by keyword. Optional: |
| Fetch the full text of a documentation page by URL. Optional: |
Usage Examples
Ask Claude questions like:
"How do I configure an OPC-UA connection in Ignition?"
"What Vision window types are available?"
"How does tag history deadband work?"
"How do I create a GatewayModuleHook for my Ignition module?"
"What are the core modules included in Ignition?"
Claude will search the live docs and cite the exact page it used.
Scope
Ignition User Manual
Covers the full Ignition platform including:
Tags, Tag Historian, and Tag Diagnostics
Perspective and Vision modules
Scripting and Python in Ignition
Alarm Notification and Event Streams
OPC-UA, SQL Bridge, Reporting
Gateway, Designer, and Client configuration
Transaction Groups and Database connections
Ignition SDK Programmer's Guide
Covers module development including:
GatewayModuleHook,DesignerModuleHook,ClientModuleHookTag providers, drivers, and OPC server development
Gateway network communication
Component and style development
References
Disclaimer
This project is not affiliated with, endorsed by, or supported by Inductive Automation. It queries Inductive Automation's publicly accessible documentation search backend for personal and developer use. Users are responsible for complying with Inductive Automation's terms of use.
License
This project is licensed under the MIT License. See LICENSE for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to access up-to-date documentation for Python libraries like LangChain, LlamaIndex, and OpenAI through dynamic fetching from official sources.Last updated1MIT
- Alicense-qualityCmaintenanceAn MCP server that provides full-text search over documentation using Whoosh, enabling AI assistants to find up-to-date, authoritative answers.Last updatedMIT
- AlicenseAqualityDmaintenanceAn MCP server that serves documentation and enables AI-powered search, Q\&A, and document analysis for developer tools and guides.Last updated54MIT
- AlicenseAqualityDmaintenanceAn intelligent MCP server that serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.Last updated41,017MIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that gives your AI access to the source code and docs of all public github repos
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nurnaufal321/inductiveautomation-doc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server