Loading MCP server directory, please wait...
MCP Server for video enhancement and image segmentation (SAM3)
npx @getmcp/cli add io.github.avclabs/media-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
API_KEYAPI Key for video enhancement and SAM3 services
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.avclabs/media-mcp": {
"command": "npx",
"args": [
"-y",
"@avclabs.ai/media-mcp"
],
"env": {
"API_KEY": ""
}
}
}
}