Imported from sandraschi/handbrakemcp (
AGENTS.md). Install upstream withnpx skills add sandraschi/handbrakemcp. Copyright stays with the author.
handbrake-mcp — Agent Guide
Overview
HandBrake MCP Server for video transcoding
Entry Points
uv run handbrake-mcp-stdio→handbrake_mcp.server:runuv run handbrake-mcp→handbrake_mcp.server:run
Standards
- FastMCP 3.2+ portmanteau tool pattern — tools use
operationenum param - Responses: structured dicts with
success,message, domain-specific fields - Dual transport: stdio (Claude Desktop) + HTTP (
MCP_TRANSPORT=http) - See mcp-central-docs for fleet-wide coding standards
Key Files
README.md— full documentationpyproject.toml— build config and entry pointsCLAUDE.md— Claude Code context (if present)
Install docs: follow mcp-central-docs/standards/AGENT_INSTALL_REFERENCE.md