MCP Module Early Access
We are excited to announce the Early Access (EA) release of the new MCP Module for Ignition. This initial, limited-scope release is designed to demonstrate IA's commitment to the emerging AI landscape, providing a streamlined way to use Ignition to connect OT data with external Large Language Model (LLM) clients and tools.
This module requires a nightly build of the Ignition platform to run until the full release of Ignition 8.3.5.
What is the Early Access MCP Module?
The Model Context Protocol (MCP) Module is a new addition to the Ignition ecosystem, developed to bridge Ignition’s data with generative AI tools. This EA build provides the base infrastructure for connectivity and is focused on establishing a secure server implementation.
Limited Scope: What to Expect
This initial early access release is solely intended for early adopters who are willing to experiment and provide feedback.
Key Non-Goals for this EA Release:
- This is not intended to provide complete, out-of-the-box solutions for using MCP.
- The module will not include an Ignition-native MCP client.
- The module itself does not provide any “primitives” (tools/resources/prompts).
The EA release will be provided free**, as-is** here on the forum for users to experiment with. While we have no plans to do so, we reserve the right to break any user defined primitives created in this early access during this EA period. This is an official IA module, but is not being offered with our usual backwards compatibility and stability guarantees. Crucially,
Support is not available for this early access release.
Future Plans
We recognize that the novelty of the Model Context Protocol means there are no true experts in the industry, and this EA phase is designed with a "learn-as-we-go" approach. We plan to iteratively develop and roll out new features based on real-world usage data and user feedback.
The full “1.0” release of the module will be a standard Ignition module available for use with 8.3 some time after this early access period concludes, and will be available as part of an existing solution suite.
Technical Details
The EA module implements the Model Context Protocol (MCP) version 2025-06-18 using the streamable HTTP transport layer and is compatible with Standard, Cloud, and Maker editions.
Each MCP “server” instance must be configured manually on disk by creating an appropriate config.json and resource.json file; more on that below. The 1.0 release will have a standard web based configuration experience.
The MCP module introduces three new resource types in the Designer for different "primitives":
- Tools - Allows users to define a script to run when invoked by an MCP client.
- Resources - Provides static data to share with MCP clients.
- Prompts - Creates a function to invoke whenever an MCP client requests the given prompt, allowing you to generate a custom prompt for the client to use or customize further.
We look forward to gathering feedback and working with the community during this Early Access period.