MCP (Model Context Protocol) server for Sirv AI Studio - AI-powered image and video processing.
Server Config
{
"mcpServers": {
"sirv-ai": {
"command": "npx",
"args": [
"-y",
"sirv-ai-mcp-server"
],
"env": {
"SIRV_AI_BASE_URL": "https://www.sirv.studio"
}
}
}
}