videos (MCP Server)

GitHub

Code for the manim-generated scenes used in 3blue1brown videos

11,096 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "videos": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-videos"
      ]
    }
  }
}