mcpbeat Sign in

Mediamcp MCP Server

local only

Mediamcp runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 18 Aug 2026.

Generate and edit images and video via OpenRouter or any OpenAI-compatible API.

Installs per day peak 276 · avg 39 · -45% w/w
a month agotoday
47
Installs / week
npm · mediamcp
3
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Mediamcp 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 mediamcp -- npx -y mediamcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mediamcp": {
      "args": [
        "-y",
        "mediamcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mediamcp]
command = "npx"
args = ["-y", "mediamcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mediamcp": {
      "args": [
        "-y",
        "mediamcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mediamcp": {
      "args": [
        "-y",
        "mediamcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENROUTER_API_KEY (OpenRouter API key (https://openrouter.ai/keys)), MEDIAMCP_OUTPUT_DIR (Directory for generated files (default: ~/Pictures/mediamcp)), MEDIAMCP_MODEL (Default image model slug (default: google/gemini-2.5-flash-image)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mediamcp

same job, measured the same way
Routara LLM Gateway
by 36412749-collab

OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).

47 installs/wk local only
Vicsee MCP Server
by vicseeai

Generate, edit and upscale AI video and images from any agent via VicSee.

213 installs/wk answering
Claude Imagine
by claudeimagine

Generate AI images and videos from any compatible MCP client.

answering
Imageat
by incendies

Generate and edit images and videos with imageat.

41 installs/wk answering
Media Gen MCP
by strato-space

MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.

33 installs/wk local only
Openrouter Multimodal
by stabgan

Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.

349 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
Mediagen
by cripacx

Generate images and video from text prompts across Gemini, OpenAI and Kie AI.

56 installs/wk local only

Mediamcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Mediamcp?
Mediamcp 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 mediamcp was installed 47 times last week.
How do I connect Mediamcp?
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 mediamcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mediamcp?
The npm package mediamcp was installed 47 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mediamcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.