extension mcp server

Content Type: Module
Categories: Extensions

Overview

# Mendix MCP Extension

 

a model context protocol server to provide tool to create module entity folder microflow page enum constant runtime configration , you can use any mcp client to control mendix studio pro

 

## Instructions

 

1. **Start the Studio Pro**

 

```powershell

pip install pymx

 

&"C:\Program Files\Mendix\10.24.1.74050\modeler\studiopro.exe" --enable-extension-development "D:\Users\{Your Name}\Mendix\App\App.mpr"

```

 

2. **Start the MCP**: `Extensions` -> `MendixStudioProMCP` -> `Start`

3. **Use in MCP Client**:

 

.vscode\mcp.json

 

```json

{

  "servers": {

    "my-mcp-server-0284593e": {

      "url": "http://127.0.0.1:8680/mcp"

    }

  }

}

```

 

4. **Stop the MCP**: `Extensions` -> `MendixStudioProMCP` -> `Stop`

 

Documentation

# Mendix MCP Extension

 

a model context protocol server to provide tool to create module entity folder microflow page enum constant runtime configration , you can use any mcp client to control mendix studio pro

 

## Instructions

 

1. **Start the Studio Pro**

 

```powershell

pip install pymx

 

&"C:\Program Files\Mendix\10.24.1.74050\modeler\studiopro.exe" --enable-extension-development "D:\Users\{Your Name}\Mendix\App\App.mpr"

```

 

2. **Start the MCP**: `Extensions` -> `MendixStudioProMCP` -> `Start`

3. **Use in MCP Client**:

 

.vscode\mcp.json

 

```json

{

  "servers": {

    "my-mcp-server-0284593e": {

      "url": "http://127.0.0.1:8680/mcp"

    }

  }

}

```

 

4. **Stop the MCP**: `Extensions` -> `MendixStudioProMCP` -> `Stop`

 

Releases

Version: 3.2.2
Framework Version: 10.24.2
Release Notes: add more trace info
Version: 3.2.1
Framework Version: 10.24.2
Release Notes: add trace log
Version: 3.2.0
Framework Version: 10.24.1
Release Notes: fix namespace and add more service
Version: 3.1.0
Framework Version: 10.24.1
Release Notes: auto detect python runtime
Version: 3.0.0
Framework Version: 10.24.1
Release Notes: refactor with python
Version: 1.0.0
Framework Version: 10.24.1
Release Notes: first commit