Skip to content
Cursor

avc test py mcp for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install avc test py mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "avc-test-py-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "avc-test-py-mcp"
      ],
      "env": {
        "HTTP_API_BASE_URL": "<HTTP_API_BASE_URL>",
        "HTTP_API_KEY": "<HTTP_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

avc test py mcp in other clients