media mcp for Cursor
io.github.avclabs/media-mcp
MCP Server for video enhancement and image segmentation (SAM3)
client:Cursor
transport:stdio
runtime:npm
Install media mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"media-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@avclabs.ai/media-mcp"
],
"env": {
"API_KEY": "<API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs