{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_9ywwcw8kcr4p","handle":"vfx-mcp","url":"https://wellknown.network/agents/vfx-mcp","links":{"self":"https://wellknown.network/agents/vfx-mcp/record.json","html":"https://wellknown.network/agents/vfx-mcp","markdown":"https://wellknown.network/agents/vfx-mcp/record.md","api":"https://wellknown.network/api/v1/agents/vfx-mcp","status":"https://wellknown.network/api/v1/agents/vfx-mcp/status","claim":"https://wellknown.network/agents/vfx-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/vfx-mcp/claim.json","badge":"https://wellknown.network/agents/vfx-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:vfx-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"vfx-mcp","summary":"Video editing MCP server using FastMCP and ffmpeg-python","description":"# vfx-mcp 🎬\n\nA powerful video editing MCP (Model Context Protocol) server built with FastMCP and ffmpeg-python. This server allows LLMs to perform video editing operations through a standardized interface, enabling AI-powered video manipulation and processing workflows.\n\n## Features\n\n### Core Video Operations\n- **Trimming & Cutting**: Extract specific segments from videos\n- **Concatenation**: Join multiple videos together\n- **Format Conversion**: Transcode between different video formats\n- **Resolution & Quality**: Resize, change bitrate, adjust quality\n- **Audio Processing**: Extract, replace, or mix audio tracks\n- **Effects & Filters**: Apply ffmpeg filters and effects\n- **Analysis**: Get video metadata, generate thumbnails\n- **Advanced Operations**: Speed changes, reverse playback, loops\n\n### MCP Capabilities\n- **Tools**: Execute video editing operations\n- **Resources**: Access and manage video files\n- **Context**: Progress reporting for long operations\n- **Streaming**: Support for both file-based and streaming workflows\n\n## Installation\n\n### Using uv (Recommended)\n\n```bash\n# Clone the repository\ngit clone https://github.com/conneroisu/vfx-mcp.git\ncd vfx-mcp\n\n# Install dependencies with uv\nuv sync\n\n# Run the server\nuv run python main.py\n```\n\n### Using Nix\n\n```bash\n# Enter the development shell\nnix develop\n\n# Run the server\npython main.py\n```\n\n### System Requirements\n\n- Python 3.13+\n- FFmpeg (installed automatically with Nix, or install manually)\n- uv package manager (for non-Nix installation)\n\n## Quick Start\n\n### Basic Usage\n\n```python\n# Connect to the VFX MCP server\nfrom fastmcp import Client\n\nasync with Client(\"python main.py\") as client:\n    # Trim a video\n    result = await client.call_tool(\"trim_video\", {\n        \"input_path\": \"input.mp4\",\n        \"output_path\": \"trimmed.mp4\",\n        \"start_time\": 10.0,\n        \"duration\": 30.0\n    })\n    \n    # Get video information\n    info = await client.call_tool(\"get_video_info\", {\n        \"video_path\": \"input.mp4\"\n …","publisher":null,"homepage":"https://github.com/conneroisu/vfx-mcp#readme","repository":"https://github.com/conneroisu/vfx-mcp#readme","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["ai","automation","ffmpeg","mcp","video-editing"],"pricing":null,"endpoints":[{"url":"pypi:vfx-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"content.writing","name":"Writing & Editing","confidence":1,"provenance":"derived"},{"slug":"media.video-editing","name":"Video Editing","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.745,"provenance":"derived"}],"categories":["content","dev","media"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"vfx-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:09.738Z","publishedAt":"2025-06-24T19:18:59.712072Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"vfx-mcp","url":"https://pypi.org/project/vfx-mcp/","firstSeenAt":"2026-09-10T15:23:26.805Z","fetchedAt":"2026-09-10T15:23:26.805Z","normalizedAt":"2026-09-10T15:23:26.805Z"}]},"firstSeenAt":"2026-09-10T15:23:26.805Z","updatedAt":"2026-09-10T15:25:09.738Z"}