mendix-marketplace-mcp-proxy
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mendix-marketplace-mcp-proxyfind a widget for PDF generation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mendix-marketplace-mcp-proxy
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.
Related MCP server: @qelos/better-mcp
Setup
npm installAuthentication
Get a Personal Access Token (PAT) from Mendix Developer Settings.
Set it as an environment variable:
export MENDIX_PAT=your-token-hereUsage
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.tsStandalone
npm run dev # Development (tsx)
npm run build # Compile TypeScript
npm start # Production (node)How it works
Connects to the Mendix MCP endpoint as a client using
StreamableHTTPClientTransportDiscovers all available tools and prompts via
tools/listandprompts/listRegisters them on a local MCP server with identical schemas
Forwards tool calls and prompt requests to the upstream, returns results
Serves everything over stdio
No hardcoded tool definitions — if Mendix adds new tools or prompts, they appear automatically.
Environment variables
Variable | Required | Description |
| Yes | Mendix Personal Access Token |
| No | Override upstream URL (default: |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceBridges STDIO-based MCP clients with SSE-based MCP servers, allowing applications like Claude Desktop to connect to remote MCP servers that use SSE transport.Last updated9
- AlicenseAqualityBmaintenanceA stdio MCP proxy that connects to one or more upstream MCP servers and exposes their tools, resources, and prompts through a single endpoint with a configurable middleware pipeline.Last updated14323MIT
- Alicense-qualityDmaintenanceProxies STDIO-based MCP clients to streaming HTTP MCP servers, enabling local clients to connect to remote servers.Last updated153MIT
- Flicense-qualityBmaintenanceLocal stdio MCP proxy for the official Slack MCP endpoint, using Claude's Slack plugin for authentication to enable Slack integration via MCP without needing a custom Slack app.Last updated
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshuamoesa/mendix-marketplace-mcp-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server