The BeemMeUp MCP server hands your agent the tools the app runs on: filter-graph visualisation, command linting, manifest inspection and your own media. Connect once, then ask in plain language.
Let’s visualize this with BeemMeUp MCP — the overlay pass drops frames on 4K sources.
{
"command": "ffmpeg -i cam.mp4 -i logo.png -filter_complex
\"[0:v][1:v]overlay=W-w-20:20[o];[o]scale=1920:1080[v]\"
-c:v libx264 -crf 23 out.mp4"
}Six tools. You choose which ones are granted when you authorize, and you can revoke any client from your account.
There is no API key to paste. Add the server, and the first call opens your browser to authorize with your BeemMeUp account.
claude mcp add --transport http beemmeup https://www.beemmeup.io/mcp/v1
Run this once in any project. The transport is HTTP, so there is nothing to install locally.