Pixel Forge MCP
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., "@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: aseprite-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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/muhammadadilsyaputra08-alt/pixel-forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server