Mediamcp

mediamcp - это MCP-сервер, который соединяет вашего ИИ-ассистента - Claude Code, Claude Desktop. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 3 · #48 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Mediamcp

before you install - you'll need

Set OPENROUTER_API_KEY, MEDIAMCP_BASE_URL, MEDIAMCP_API_KEY, MEDIAMCP_MODEL before connecting.

Claude Code

claude mcp add legolev-mediamcp -- npx -y mediamcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "legolev-mediamcp": {
      "command": "npx",
      "args": [
        "-y",
        "mediamcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-02 - young repo, little track record yet

license MIT - declared in the repository

npm package mediamcp - unscoped; check the name against the project README before installing

registry namespace io.github.legolev is GitHub-verified and matches the repo owner

03 · What Mediamcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.1 · 2026-07-02

The first public release of mediamcp - an MCP server that gives any AI agent the power to generate and edit images and video via OpenRouter or any OpenAI-compatible API. · Install · bash · claude mcp add mediamcp -e…

04 · Who maintains Mediamcp

mediamcp is maintained by legolev. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
media - ranked #48 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-02)
registry
io.github.legolev/mediamcp (active, first published 2026-07-02 · 3 versions)
packages
npm:mediamcp

06 · Mediamcp FAQ

What is Mediamcp?

mediamcp - это MCP-сервер, который соединяет вашего ИИ-ассистента - Claude Code, Claude Desktop. It runs locally over stdio via the published package.

Is Mediamcp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Mediamcp?

Run `npx -y mediamcp`. The README documents 4 environment variables (OPENROUTER_API_KEY, MEDIAMCP_BASE_URL, MEDIAMCP_API_KEY…) to set first. Set OPENROUTER_API_KEY, MEDIAMCP_BASE_URL, MEDIAMCP_API_KEY, MEDIAMCP_MODEL before connecting. You can also paste the ready-made client config above.

Does Mediamcp run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mediamcp

More media MCP servers · Parseflow · Music Studio · Miner U · YouTube Video Analyzer · Ludo AI Game Assets

More TypeScript MCP servers · Agent Search MCP · Slim Guard · N8n · Letmepost · GraphQL Enhanced · see all