← Index

io.github.z416479660/avc-test-py-mcp

io.github.z416479660/avc-test-py-mcp·v1.0.0·Image, Video & Audio
Quality Score
85
/100

MCP server for video enhancement (create_task, get_task_status, enhance_video_sync)

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "avc-test-py-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avc-test-js-mcp"
      ],
      "env": {
        "HTTP_API_BASE_URL": "<http_api_base_url>",
        "HTTP_API_KEY": "<your-http_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "avc-test-py-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avc-test-js-mcp"
      ],
      "env": {
        "HTTP_API_BASE_URL": "<http_api_base_url>",
        "HTTP_API_KEY": "<your-http_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y avc-test-js-mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "avc-test-py-mcp": {
      "command": "uvx",
      "args": [
        "avc-test-py-mcp"
      ],
      "env": {
        "HTTP_API_BASE_URL": "<http_api_base_url>",
        "HTTP_API_KEY": "<your-http_api_key>"
      }
    }
  }
}
§02  Environment variables
HTTP_API_BASE_URL

FastAPI HTTP Server base URL

HTTP_API_KEY
requiredsecret

API authentication key

HTTP_API_BASE_URL

FastAPI HTTP Server base URL

HTTP_API_KEY
requiredsecret

API authentication key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Image, Video & Audio