This allows your Mendix application to consume tools from external MCP servers.
Plain Text
1
Mendix App
2
|
3
MCP Client
4
|
5
External MCP Server
6
|
7
CRM / ERP / Database / AI Tool
The MCP Client module allows a Mendix application to connect to MCP servers and discover and use tools and prompts exposed by those servers. [docs.mendix.com]
Using:
Flow:
Plain Text
1
User
2
|
3
v
4
Mendix Chat UI
5
|
6
LLM
7
|
8
MCP Client
9
|
10
External MCP Server
11
|
12
Business System
When a user asks:
"Show all pending invoices"
The LLM decides to invoke an MCP tool, retrieves invoice data from the connected system, and returns the answer to the Mendix chat interface