mediamcp
Rank #17,793io.github.legolev/mediamcp
Generate and edit images and video via OpenRouter or any OpenAI-compatible API.
mediamcp is a Model Context Protocol (MCP) server published by legolev. It ranks #17,793 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. mediamcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 2, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 114,253 of 132,046 servers on MCP Toplist.
Use mediamcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mediamcp -e "OPENROUTER_API_KEY=<your OPENROUTER_API_KEY>" -e "MEDIAMCP_OUTPUT_DIR=<your MEDIAMCP_OUTPUT_DIR>" -e "MEDIAMCP_MODEL=<your MEDIAMCP_MODEL>" -- npx -y mediamcpReplace each placeholder with your own value before saving.
[mcp_servers.mediamcp]
command = "npx"
args = ["-y", "mediamcp"]
[mcp_servers.mediamcp.env]
OPENROUTER_API_KEY = "<your OPENROUTER_API_KEY>"
MEDIAMCP_OUTPUT_DIR = "<your MEDIAMCP_OUTPUT_DIR>"
MEDIAMCP_MODEL = "<your MEDIAMCP_MODEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mediamcp": {
"command": "npx",
"args": [
"-y",
"mediamcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"MEDIAMCP_OUTPUT_DIR": "<your MEDIAMCP_OUTPUT_DIR>",
"MEDIAMCP_MODEL": "<your MEDIAMCP_MODEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mediamcp": {
"command": "npx",
"args": [
"-y",
"mediamcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"MEDIAMCP_OUTPUT_DIR": "<your MEDIAMCP_OUTPUT_DIR>",
"MEDIAMCP_MODEL": "<your MEDIAMCP_MODEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mediamcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mediamcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"MEDIAMCP_OUTPUT_DIR": "<your MEDIAMCP_OUTPUT_DIR>",
"MEDIAMCP_MODEL": "<your MEDIAMCP_MODEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mediamcp": {
"command": "npx",
"args": [
"-y",
"mediamcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"MEDIAMCP_OUTPUT_DIR": "<your MEDIAMCP_OUTPUT_DIR>",
"MEDIAMCP_MODEL": "<your MEDIAMCP_MODEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mediamcp": {
"command": "npx",
"args": [
"-y",
"mediamcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"MEDIAMCP_OUTPUT_DIR": "<your MEDIAMCP_OUTPUT_DIR>",
"MEDIAMCP_MODEL": "<your MEDIAMCP_MODEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.legolev%2Fmediamcp)<a href="https://mcptoplist.com/server/io.github.legolev%2Fmediamcp"><img src="https://mcptoplist.com/badge/io.github.legolev%2Fmediamcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
legolev
Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Aug 18, 2026 |
| 0.2.0 | Jul 16, 2026 |
| 0.1.1 | Jul 2, 2026 |
Frequently asked questions
- Who maintains mediamcp?
- mediamcp is maintained by legolev, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is mediamcp listed on the Official MCP Registry?
- Yes — mediamcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mediamcp have?
- MCP Toplist tracks 3 versions of mediamcp, most recently published on Aug 18, 2026.
- Where can I find the source code for mediamcp?
- The source code for mediamcp is hosted at github.com/legolev/mediamcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.