Pixel Forge MCP
Click on "Deploy 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., "@Pixel Forge MCPcreate a 16x16 pixel art of a red apple"
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.
Pixel Forge MCP — Remote (Render)
Isi folder
server.js # HTTP + MCP (Streamable HTTP) + WebSocket bridge, 1 proses/1 port
tools.js # Definisi tools MCP
public/index.html # Pixel Forge editor (dibuka di browser)
package.json
render.yamlRelated MCP server: pixel-mcp
1. Push ke GitHub
cd pixel-forge-mcp
git init
git add .
git commit -m "Pixel Forge MCP - remote HTTP build"
git branch -M main
git remote add origin https://github.com/<username>/pixel-forge-mcp.git
git push -u origin main2. Deploy ke Render
https://dashboard.render.com → New → Web Service.
Connect repo GitHub
pixel-forge-mcp.Render otomatis membaca
render.yaml. Kalau ditanya manual:Environment: Node
Build Command:
npm installStart Command:
npm start
Klik Create Web Service. Tunggu deploy selesai.
Catat URL yang diberikan, mis.
https://pixel-forge-mcp.onrender.com.
Plan Free Render akan sleep setelah idle dan bangun ~30-60 detik saat request pertama. Kalau perlu selalu aktif, pakai plan berbayar atau tambahkan external cron ping ke
/healthz.
3. Sambungkan ke Claude
Di Claude.ai / Claude Desktop -> Settings -> Connectors -> Add custom connector:
URL:
https://pixel-forge-mcp.onrender.com/mcp
4. Buka editor & sambungkan jembatan
Buka
https://pixel-forge-mcp.onrender.com/di browser (ini editornya).Di kolom Agent Bridge, isi:
wss://pixel-forge-mcp.onrender.com/wsKlik Connect Agent -> titik status jadi hijau.
Minta Claude memakai tool
create_project,draw_pixel, dst -> hasil langsung tergambar di editor yang terbuka.
Catatan
Endpoint
/mcpdi sini publik tanpa auth - cukup untuk pemakaian pribadi. Kalau mau dibagi ke orang lain, tambahkan API key/header check diserver.js.Editor harus tetap terbuka di satu tab browser agar tool bisa jalan (state canvas hidup di browser, bukan di server).
pixel-forge-mcp.mcpb(versi Desktop Extension lokal) tidak dipakai lagi untuk mode online ini - itu untuk instalasi lokal stdio di Claude Desktop.
This server cannot be deployed
Maintenance
Related MCP Connectors
Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client
Generate AI images and videos from any compatible MCP client.
Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.
Generate game-ready 3D models, textures, and audio from natural language, over MCP.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that generates pixel-art PNGs from text prompts, using a free image backend, and saves them directly to your project directory.2MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables AI coding agents to create pixel art programmatically by providing canvas manipulation tools and PNG export.1018 npm2-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that bridges Antigravity AI with LibreSprite, enabling real-time pixel art drawing, animation, and manipulation through natural language commands.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for creating pixel art, characters, and scenes for Aseprite, generating deterministic plans and Godot-compatible manifests.MIT