mcpbeat Sign in

Codetoimage MCP Server

by beznazwiska Your server? Claim it
local only

Codetoimage MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 11 Jul 2026.

Pixel-perfect HTML/CSS to PNG/JPG/WebP for AI agents — inline image or 24h hosted URL.

Installs per day peak 13 · avg 6 · +91% w/w
a month agotoday
39
Installs / week
npm · @codetoimage/mcp-server
0
Stars
0 open issues
11 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Codetoimage MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add codetoimage-mcp-server -- npx -y @codetoimage/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codetoimage-mcp-server": {
      "args": [
        "-y",
        "@codetoimage/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codetoimage-mcp-server]
command = "npx"
args = ["-y", "@codetoimage/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "codetoimage-mcp-server": {
      "args": [
        "-y",
        "@codetoimage/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codetoimage-mcp-server": {
      "args": [
        "-y",
        "@codetoimage/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CODETOIMAGE_API_KEY (API key from https://codetoimage.app/dashboard/keys (starts with cti_live_…). Sandbox tier is free.), CODETOIMAGE_API_URL (Override the API base URL. Defaults to https://api.codetoimage.app.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Codetoimage MCP Server

same job, measured the same way
I
Glint Model Hub — image generation for AI agents
by zzzjy765

Generate and edit images with every image model on the platform. Returns the image to the agent.

local only
Codex Delegate
by andreilungeanu

Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation.

155 installs/wk local only
X402engine MCP
by agentc22

50+ pay-per-call APIs for AI agents — images, LLM, code, crypto, travel & more via x402

84 installs/wk local only
projectmind
by nodemint-dev

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

65 installs/wk local only
Breezedeploy
by przemekzur

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

236 installs/wk local only
Pindoc
by var-gg

Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.

local only
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

430 installs/wk local only

Codetoimage MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Codetoimage MCP Server?
Codetoimage MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @codetoimage/mcp-server was installed 39 times last week.
How do I connect Codetoimage MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @codetoimage/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Codetoimage MCP Server?
The npm package @codetoimage/mcp-server was installed 39 times in the last week. Week over week that is +91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codetoimage MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.