Pixel Forge
FreeNot checkedEnables creating and editing pixel art through an MCP interface, with a live browser editor and WebSocket bridge for real-time updates.
About
Enables creating and editing pixel art through an MCP interface, with a live browser editor and WebSocket bridge for real-time updates.
README
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.yaml
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 main
2. 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 install - Start 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/ws - Klik 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.
Installing Pixel Forge
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/muhammadadilsyaputra08-alt/pixel-forge-mcpFAQ
Is Pixel Forge MCP free?
Yes, Pixel Forge MCP is free — one-click install via Unyly at no cost.
Does Pixel Forge need an API key?
No, Pixel Forge runs without API keys or environment variables.
Is Pixel Forge hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Pixel Forge in Claude Desktop, Claude Code or Cursor?
Open Pixel Forge 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
Playwright
Browser automation, scraping, screenshots
by MicrosoftPuppeteer
Browser automation and web scraping.
by modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
by opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
by robhunterCompare Pixel Forge with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All browse MCPs
