media-mcp
Rank #22,653io.github.avclabs/media-mcp
MCP Server for video enhancement and image segmentation (SAM3)
media-mcp is a Model Context Protocol (MCP) server published by avclabs. It ranks #22,653 of 132,113 servers tracked on MCP Toplist. media-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on May 8, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 109,460 of 132,113 servers on MCP Toplist.
Use media-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add media-mcp -e "API_KEY=<your API_KEY>" -- npx -y @avclabs.ai/media-mcpReplace each placeholder with your own value before saving.
[mcp_servers.media-mcp]
command = "npx"
args = ["-y", "@avclabs.ai/media-mcp"]
[mcp_servers.media-mcp.env]
API_KEY = "<your API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"media-mcp": {
"command": "npx",
"args": [
"-y",
"@avclabs.ai/media-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"media-mcp": {
"command": "npx",
"args": [
"-y",
"@avclabs.ai/media-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"media-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@avclabs.ai/media-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"media-mcp": {
"command": "npx",
"args": [
"-y",
"@avclabs.ai/media-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"media-mcp": {
"command": "npx",
"args": [
"-y",
"@avclabs.ai/media-mcp"
],
"env": {
"API_KEY": "<your API_KEY>"
}
}
}
}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.avclabs%2Fmedia-mcp)<a href="https://mcptoplist.com/server/io.github.avclabs%2Fmedia-mcp"><img src="https://mcptoplist.com/badge/io.github.avclabs%2Fmedia-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
avclabs
Other servers by avclabs
View all avclabs servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | May 12, 2026 |
| 0.1.1 | May 8, 2026 |
Frequently asked questions
- Who maintains media-mcp?
- media-mcp is maintained by avclabs, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is media-mcp listed on the Official MCP Registry?
- Yes — media-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does media-mcp have?
- MCP Toplist tracks 2 versions of media-mcp, most recently published on May 12, 2026.
- Where can I find the source code for media-mcp?
- The source code for media-mcp is hosted at github.com/avclabs/media-mcp.
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.