MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
Mcpe Dduirenderer

MCP server by jeanmajid

Created 2/4/2026
Updated about 21 hours ago
Repository documentation and setup instructions

DDUI renderer

Last time I made a debug renderer now we got the DDUI renderer

Showcase video

https://youtu.be/Niy4lFL1lLI

Its a bit hard to tell whats going on, but that is a spinning cube. The code is a simple renderer, that renders vertexes and indices.

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcpe-dduirenderer

Cursor configuration (mcp.json)

{ "mcpServers": { "jeanmajid-mcpe-dduirenderer": { "command": "npx", "args": [ "jeanmajid-mcpe-dduirenderer" ] } } }