image-gen
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., "@image-gengenerate an image of a futuristic city skyline"
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.
image-gen — Agent's Paintbrush
Marketing site + waitlist API for image-gen, an MCP server that gives AI coding agents a paintbrush (ChatGPT-in-browser image gen, no OpenAI API key).
Built for The Zerops Challenge (WeMakeDevs).
Architecture (3 Zerops services)
Service | Type | Role |
| Node.js 22 (TanStack Start SSR) | Marketing frontend + same-origin API routes |
| Node.js 22 | Dedicated HTTP API for waitlist / stats / health |
| PostgreSQL 16 | Waitlist signups + site counters |
The MCP server itself runs on the user's machine. Zerops hosts this website, the API, and Postgres.
Related MCP server: ma-browser
Local development
npm install
# optional local Postgres
export DATABASE_URL=postgres://postgres:postgres@localhost:5432/imagegen
npm run dev # web on :3000
npm run start:api # api on :3000 (use another PORT if both run)Deploy on Zerops
# once
npm i -g @zerops/zcli
zcli login <token>
# create project + services
zcli project project-import ./zerops-import.yml
zcli project scope <project-id>
# push both runtimes
zcli push --setup web
zcli push --setup apiSee DEPLOY_ZEROPS.md for env vars and endpoints.
API
GET /api/public/healthPOST /api/public/waitlist—{ email, note? }GET /api/public/statsPOST /api/public/click
Stack
TanStack Start + React 19 + Tailwind CSS 4
Node.js HTTP API (
api/server.mjs)PostgreSQL via
pgZerops for build, deploy, networking, SSL
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
- AlicenseAqualityCmaintenanceAn MCP server for AI-powered media generation using Google Gemini, enabling creation of images, videos, music, and speech directly from AI agents.Last updated4MIT
- Alicense-qualityBmaintenanceMCP server that lets AI agents use your real browser as an API, accessing any website with your login state, no keys or scrapers needed.Last updated1MIT
- Alicense-qualityDmaintenanceAn MCP server that generates and edits images using OpenAI's GPT Image model, allowing users to create images from text descriptions and edit existing images through natural language.Last updated15MIT
- Flicense-qualityDmaintenanceAn MCP server that enables AI coding agents to create pixel art programmatically by providing canvas manipulation tools and PNG export.Last updated241
Related MCP Connectors
MCP server for Flux AI image generation
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that integrates with Discord to provide AI-powered features.
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/nothariharan/agents-paintbrush'
If you have feedback or need assistance with the MCP directory API, please join our Discord server