{"data":{"slug":"gyoridavid-short-video-maker","name":"short-video-maker","tagline":"Creates short videos for social media platforms","github_url":"https://github.com/gyoridavid/short-video-maker","owner":"gyoridavid","repo":"short-video-maker","owner_avatar_url":"https://avatars.githubusercontent.com/u/912459?v=4","primary_language":"TypeScript","stars":1250,"forks":402,"topics":["faceless-video","instagram","instagram-reels","instagram-reels-automation","mcp","model-context-protocol","reels","remotion","shorts","shorts-automate","shorts-maker","tiktok","tiktok-creator","video-creation-tool","video-creator","video-generation","video-generator","video-maker","youtube","youtube-shorts"],"archived":false,"github_pushed_at":"2025-06-21T11:17:09+00:00","maintenance_label":"Dormant","url":"https://www.graphcanon.com/tools/gyoridavid-short-video-maker","markdown_url":"https://www.graphcanon.com/tools/gyoridavid-short-video-maker.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/gyoridavid-short-video-maker","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=gyoridavid-short-video-maker","description":"Creates short videos for TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) and a REST API.","homepage_url":"https://www.skool.com/ai-agents-az/about?s1r","license":"MIT","open_issues":28,"watchers":17,"ai_summary":"Short-video-maker is a TypeScript-based repository for generating short videos tailored for TikTok, Instagram Reels and YouTube Shorts platforms using MCP and a REST API","readme_excerpt":"## Getting started\n\n- [Requirements](#general-requirements)\n- [How to run the server](#getting-started-1)\n- [Web UI](#web-ui)\n- [Tutorial](#tutorial-with-n8n)\n- [Examples](#examples)\n\n---\n\n# General Requirements\n\n- internet\n- free pexels api key\n- ≥ 3 gb free RAM, my recommendation is 4gb RAM\n- ≥ 2 vCPU\n- ≥ 5gb disc space\n\n---\n\n## Docker (recommended)\n\nThere are three docker images, for three different use cases. Generally speaking, most of the time you want to spin up the `tiny` one.\n\n---\n\n## Docker compose\n\nYou might use Docker Compose to run n8n or other services, and you want to combine them. Make sure you add the shared network to the service configuration.\n\n```bash\nversion: \"3\"\n\nservices:\n  short-video-maker:\n    image: gyoridavid/short-video-maker:latest-tiny\n    environment:\n      - LOG_LEVEL=debug\n      - PEXELS_API_KEY=\n    ports:\n      - \"3123:3123\"\n    volumes:\n\t    - ./videos:/app/data/videos # expose the generated videos\n\n```\n\nIf you are using the [Self-hosted AI starter kit](https://github.com/n8n-io/self-hosted-ai-starter-kit) you want to add `networks: ['demo']` to the\\*\\* `short-video-maker` service so you can reach it with http://short-video-maker:3123 in n8n.\n\n---\n\n## Docker\n\nThe server needs at least 3gb free memory. Make sure to allocate enough RAM to Docker.\n\nIf you are running the server from Windows and via wsl2, you need to set the resource limits from the [wsl utility 2](https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configure-global-options-with-wslconfig) - otherwise set it from Docker Desktop. (Ubuntu is not restricting the resources unless specified with the run command).\n\n---\n\n## Should I run the project with `npm` or `docker`?\n\nDocker is the recommended way to run the project.\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).","github_created_at":"2025-04-14T09:12:14+00:00","created_at":"2026-07-11T11:52:27.374146+00:00","updated_at":"2026-07-27T06:00:07.82431+00:00","categories":[{"slug":"data-retrieval","name":"Data & Retrieval","url":"https://www.graphcanon.com/categories/data-retrieval","markdown_url":"https://www.graphcanon.com/categories/data-retrieval.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/data-retrieval"}],"tags":[{"slug":"faceless-video","name":"faceless-video"},{"slug":"instagram-reels-automation","name":"instagram-reels-automation"},{"slug":"model-context-protocol","name":"model-context-protocol"},{"slug":"reels","name":"reels"},{"slug":"remotion","name":"remotion"},{"slug":"shorts","name":"shorts"},{"slug":"tiktok-creator","name":"tiktok-creator"},{"slug":"video-generation","name":"video-generation"}],"trust":{"provenance":{"is_fork":false,"github_id":966014080,"owner_type":"User","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-07-27T06:00:06.597Z","maintenance":{"label":"Dormant","score":18,"methodology":"github_public_v1","releases_90d":0,"days_since_push":400,"last_release_at":null},"security_summary":{"status":"no_manifest","scanner":null,"low_count":0,"high_count":0,"last_scan_at":"2026-07-11T11:52:28.718Z","medium_count":0,"scan_profile":"mcp_manifest","critical_count":0}},"capability_facts":{"mcp":{"source":"package.json:@modelcontextprotocol/*","observed_at":"2026-07-27T06:00:07.073Z","server_manifest":true},"scan":{"source":"repo_scan","observed_at":"2026-07-27T06:00:07.073Z"},"deploy":{"source":"dockerfile:docker-compose.yml","self_host":true,"observed_at":"2026-07-27T06:00:07.073Z","managed_saas":false},"has_cli":{"value":true,"source":"package.json:bin|scripts","observed_at":"2026-07-27T06:00:07.073Z"},"languages":{"value":["typescript","javascript"],"source":"github.language+package.json","observed_at":"2026-07-27T06:00:07.073Z"},"has_docker":{"value":true,"source":"dockerfile:docker-compose.yml","observed_at":"2026-07-27T06:00:07.073Z"},"license_spdx":{"value":"MIT","source":"github.license","observed_at":"2026-07-27T06:00:07.073Z"}},"decision_facts":{"hosting":null,"pricing":null,"requirements":{"notes":["The tool is based on TypeScript and requires a REST API to function.","Knowledge of social media platforms' content requirements, such as TikTok or Instagram Reels, will be beneficial."],"requires_docker":false},"constraints":{"requires_docker":false},"when_to_use":["Use it if your project requires automated video generation tailored specifically for popular social media formats such as TikTok or Instagram Reels with precise control over content through MCP.","Consider this tool when you need a flexible and customizable solution written in TypeScript for generating short videos that integrate seamlessly with modern web applications via RESTful services."],"when_not_to_use":["Avoid if your requirement is focused on desktop application integration or platforms other than the social media formats mentioned, as it may lack the necessary integrations.","Do not use this tool if you are developing a solution that does not align with TypeScript coding standards or does not benefit from REST API operations for video content creation."],"source":"enrich:decision_facts","observed_at":"2026-07-16T22:26:06.913Z"},"constraint_facets":{"requires_docker":false},"decision_summary":[{"label":"Requirements","value":"The tool is based on TypeScript and requires a REST API to function.; Knowledge of social media platforms' content requirements, such as TikTok or Instagram Reels, will be beneficial."},{"label":"Adopt for","value":"Short-video-maker is a TypeScript-driven tool to automate the creation of short videos for social media platforms like TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) via its REST API."},{"label":"License detail","value":"MIT license allows for open usage and modification under certain conditions, including preserving copyright notices and免责声明。"}]}}