Odel
avc test py mcp

avc test py mcp

Local
@z416479660PythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIavc-test-py-mcpv0.1.3

Run

uvx avc-test-py-mcp

MCP client config

{
  "mcpServers": {
    "avc-test-py-mcp": {
      "command": "uvx",
      "args": [
        "avc-test-py-mcp"
      ]
    }
  }
}
npmavc-test-js-mcpv0.1.6

Run

npx -y avc-test-js-mcp

MCP client config

{
  "mcpServers": {
    "avc-test-py-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avc-test-js-mcp"
      ]
    }
  }
}