Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mendix Marketplace Proxy

FreeNot checked

MCP proxy that bridges Mendix Marketplace's Streamable HTTP endpoint to stdio, enabling Claude Code and other stdio-only MCP clients to access Mendix Marketplac

GitHubEmbed

About

MCP proxy that bridges Mendix Marketplace's Streamable HTTP endpoint to stdio, enabling Claude Code and other stdio-only MCP clients to access Mendix Marketplace tools and prompts dynamically.

README

MCP-to-MCP proxy for the Mendix Marketplace MCP endpoint.

Connects to the official Mendix Marketplace MCP server via Streamable HTTP, discovers its tools and prompts dynamically, and re-exposes them over stdio — making them accessible to Claude Code and other MCP clients that only support stdio transport.

Why a proxy?

Claude Code's MCP transports don't directly support Mendix's Streamable HTTP endpoint:

  • HTTP transport requires OAuth discovery, which Mendix doesn't implement
  • SSE transport uses GET, but the endpoint only accepts POST

This proxy bridges the gap: Claude Code ←stdio→ proxy ←StreamableHTTP→ Mendix.

Setup

npm install

Authentication

Get a Personal Access Token (PAT) from Mendix Developer Settings.

Set it as an environment variable:

export MENDIX_PAT=your-token-here

Usage

With Claude Code

claude mcp add mendix-marketplace-mcp-proxy -e MENDIX_PAT=your-token -- npx tsx /path/to/mendix-marketplace-mcp-proxy/src/index.ts

Standalone

npm run dev    # Development (tsx)
npm run build  # Compile TypeScript
npm start      # Production (node)

How it works

  1. Connects to the Mendix MCP endpoint as a client using StreamableHTTPClientTransport
  2. Discovers all available tools and prompts via tools/list and prompts/list
  3. Registers them on a local MCP server with identical schemas
  4. Forwards tool calls and prompt requests to the upstream, returns results
  5. Serves everything over stdio

No hardcoded tool definitions — if Mendix adds new tools or prompts, they appear automatically.

Environment variables

Variable Required Description
MENDIX_PAT Yes Mendix Personal Access Token
MENDIX_MCP_URL No Override upstream URL (default: https://marketplace.mendix.com/mcp-server/mcp)

from github.com/joshuamoesa/mendix-marketplace-mcp-proxy

Install Mendix Marketplace Proxy in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mendix-marketplace-mcp-proxy

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mendix-marketplace-mcp-proxy -- npx -y github:joshuamoesa/mendix-marketplace-mcp-proxy

Step-by-step: how to install Mendix Marketplace Proxy

FAQ

Is Mendix Marketplace Proxy MCP free?

Yes, Mendix Marketplace Proxy MCP is free — one-click install via Unyly at no cost.

Does Mendix Marketplace Proxy need an API key?

No, Mendix Marketplace Proxy runs without API keys or environment variables.

Is Mendix Marketplace Proxy hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Mendix Marketplace Proxy in Claude Desktop, Claude Code or Cursor?

Open Mendix Marketplace Proxy on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mendix Marketplace Proxy with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs