mcpbeat Sign in

Markitup MCP Server

local only

Markitup MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 8 Jun 2026.

MarkItUp AI image annotation and marketing-visual generator (variations, outpaint, bg-removal).

Installs per day peak 21 · avg 7 · +0% w/w
a month agotoday
40
Installs / week
npm · markitup-mcp-server
2
Stars
1 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Secret passed into the image build Dockerfile:25
# Placeholder so the server starts. Real API keys come from users; this
# value never reaches the MarkItUp backend (it'd fail auth there anyway).
ENV MARKITUP_API_KEY=placeholder-for-ci-validation

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 markitup-mcp-server -- npx -y markitup-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "markitup-mcp-server": {
      "args": [
        "-y",
        "markitup-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.markitup-mcp-server]
command = "npx"
args = ["-y", "markitup-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "markitup-mcp-server": {
      "args": [
        "-y",
        "markitup-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "markitup-mcp-server": {
      "args": [
        "-y",
        "markitup-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MARKITUP_API_KEY (API key minted at https://markitup.app/dashboard/. Required.), MARKITUP_API_BASE (Override the API base URL. Default: https://markitup.app/api/v1). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Markitup MCP Server

same job, measured the same way
MCP Image
by infoinlet-marketplace

Image generation & editing for AI agents (Runware) — text-to-image, bg removal, upscale.

23 installs/wk local only
Limner
by limner

AI visual generation agent: multi-pipeline rendering, prompt crafting, and image composition.

answering
SuperCMO
by supercmohq

Marketing media generation — image, video, voice — for AI agents. BYO keys.

549 installs/wk local only
Pixel Surgeon
by j-east

AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok.

338 installs/wk local only
ViewMax MCP
by bytevirts

Remote MCP for AI video, image, music and speech generation.

14 tools answering
Imagegen MCP
by forgemeshlabs

AI image generation MCP — generate, bg removal, 4x upscale, or full pro pipeline. USDC/Base.

71 installs/wk local only
Ads AI Creator MCP
by rocnubie

Ads AI Creator generates ad creatives, copy, and visuals using AI so marketers can iterate on

local only
C
YouCam for Creators
by makeupar

Provides YouCam API for AI image and video editing and generation.

34 tools answering

Markitup MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Markitup MCP Server?
Markitup 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 markitup-mcp-server was installed 40 times last week.
How do I connect Markitup 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 markitup-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Markitup MCP Server?
The npm package markitup-mcp-server was installed 40 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Markitup MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.