MCP Client

Content Type: Module
Categories: Connectors,Data,Artificial Intelligence

Overview

Mendix MCP Client Module

Consume external tools and prompts from your enterprise landscape within your Mendix app using the Mendix MCP Client module.

 

The Mendix MCP Client Module provides an easy low-code capability to set up a connection to an MCP Server from a Mendix app using the Model Context Protocol (MCP). Using the module, resources such as tools and prompts can easily be discovered and used within a Mendix application, without any custom integrations to third-party systems. The Mendix MCP Client module builds a bridge between Mendix and MCP server applications such as other Mendix apps, through the MCP Java SDK

 

With the current implementation, it is possible to:

  • Discover prompts and tools from servers.
  • Consume reusable prompts including the ability to use prompt arguments
  • Call external tools as part of an LLM interaction (if combined with GenAI Commons)

 

Check out the GenAI Showcase App for an example implementation.

 

Contact Us

For support and questions, feel free to reach out via email: genai-components-feedback@mendix.com or Community Slack.

Documentation

Mendix MCP Client Module

Support

This module is based on Mendix 10.24.0 and uses MCP Java SDK 0.11.1 that supports MCP Protocol version 2024-11-05.

 

How to use

For an example implementation check out the GenAI Showcase App.

 

Known Limitations

  • Tools and prompt messages can only return String content.
  • Only HTTP+SSE transport is currently supported to communicate with MCP servers.

Releases

Version: 1.0.0
Framework Version: 10.24.0
Release Notes: * initial upload.