.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/gyoridavid/short-video-maker
home/mcp-servers/gyoridavid/short-video-maker
gyoridavid avatar

short-video-maker

bygyoridavid· 1 MCP server

Installs

359

Stars

1.3k

Forks

402

Category

Generative Media

View on GitHub

TL;DR

An open source automated video creation tool for generating short-form video content. Short Video Maker combines text-to-speech, automatic captions, background videos, and music to create engaging short videos from simple text inputs.

How to install short-video-maker?

gyoridavid/short-video-maker
$git clone https://github.com/gyoridavid/short-video-maker

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install short-video-maker by running `git clone https://github.com/gyoridavid/short-video-maker`, then use it for the current task and follow its documentation at https://github.com/gyoridavid/short-video-maker.

Files · 1

View on GitHub
README.md
1## [📚 Join our Skool community for support, premium content and more!](https://www.skool.com/ai-agents-az/about?s1m)
2
3### Be part of a growing community and help us create more content like this
4
5# Description
6
7An open source automated video creation tool for generating short-form video content. Short Video Maker combines text-to-speech, automatic captions, background videos, and music to create engaging short videos from simple text inputs.
8
9This project is meant to provide a free alternative to heavy GPU-power hungry video generation (and a free alternative to expensive, third-party API calls). It doesn't generate a video from scratch based on an image or an image prompt.
10
11The repository was open-sourced by the [AI Agents A-Z Youtube Channel](https://www.youtube.com/channel/UCloXqLhp_KGhHBe1kwaL2Tg). We encourage you to check out the channel for more AI-related content and tutorials.
12
13The server exposes an [MCP](https://github.com/modelcontextprotocol) and a REST server.
14
15While the MCP server can be used with an AI Agent (like n8n) the REST endpoints provide more flexibility for video generation.
16
17You can find example n8n workflows created with the REST/MCP server [in this repository](https://github.com/gyoridavid/ai_agents_az/tree/main/episode_7).
18
19# TOC
20
21## Getting started
22
23- [Requirements](#general-requirements)
24- [How to run the server](#getting-started-1)
25- [Web UI](#web-ui)
26- [Tutorial](#tutorial-with-n8n)
27- [Examples](#examples)
28
29## Usage
30
31- [Environment variables](#environment-variables)
32- [REST API](#rest-api)
33- [Configuration options](#configuration-options)
34- [MCP](#mcp-server)
35
36## Info
37
38- [Features](#features)
39- [How it works](#how-it-works)
40- [Limitations](#limitations)
41- [Concepts](#concepts)
42- [Troubleshooting](#troubleshooting)
43- [Deploying in the cloud](#deploying-to-the-cloud)
44- [FAQ](#faq)
45- [Dependencies](#dependencies-for-the-video-generation)
46- [Contributing](#how-to-contribute)
47- [License](#license)
48- [Acknowledgements](#acknowledgments)
49
50# Tutorial with n8n
51
52[![Automated faceless video generation (n8n + MCP) with captions, background music, local and 100% free](https://img.youtube.com/vi/jzsQpn-AciM/0.jpg)](https://www.youtube.com/watch?v=jzsQpn-AciM)
53
54# Examples
55
56<table>
57 <tr>
58 <td>
59 <video src="https://github.com/user-attachments/assets/1b488e7d-1b40-439d-8767-6ab51dbc0922" width="480" height="270"></video>
60 </td>
61 <td>
62 <video src="https://github.com/user-attachments/assets/bb7ce80f-e6e1-44e5-ba4e-9b13d917f55b" width="270" height="480"></video>
63 </td>
64<td>
65 </tr>
66</table>
67
68# Features
69
70- Generate complete short videos from text prompts
71- Text-to-speech conversion
72- Automatic caption generation and styling
73- Background video search and selection via Pexels
74- Background music with genre/mood selection
75- Serve as both REST API and Model Context Protocol (MCP) server
76
77# How It Works
78
79Shorts Creator takes simple text inputs and search terms, then:
80
811. Converts text to speech using Kokoro TTS
822. Generates accurate captions via Whisper
833. Finds relevant background videos from Pexels
844. Composes all elements with Remotion
855. Renders a professional-looking short video with perfectly timed captions
86
87# Limitations
88
89- The project only capable generating videos with English voiceover (kokoro-js doesn’t support other languages at the moment)
90- The background videos are sourced from Pexels
91
92# General Requirements
93
94- internet
95- free pexels api key
96- ≥ 3 gb free RAM, my recommendation is 4gb RAM
97- ≥ 2 vCPU
98- ≥ 5gb disc space
99
100
101# Concepts
102
103## Scene
104
105Each video is assembled from multiple scenes. These scenes consists of
106
1071. Text: Narration, the text the TTS will read and create captions from.
1082. Search terms: The keywords the server should use to find videos from Pexels API. If none can be found, joker terms are being used (`nature`, `globe`, `space`, `ocean`)
109
110# Getting started
111
112## D

Preview

gyoridavid/short-video-makergyoridavid/short-video-maker

## [📚 Join our Skool community for support, premium content and more!](https://www.skool.com/ai-agents-az/about?s1m)

### Be part of a growing community and help us create more content like this

# Description

An open source automated video creation tool for generating short-form video content. Short Video Maker combines text-to-speech, automatic captions, background

Repogyoridavid/short-video-maker
TypeMCP Servers
CategoryGenerative Media
UpdatedJun 2025
LicenseMIT
First seenJul 27, 2026

Tags

MCPfaceless-videoinstagram

Related

6 picks
Type
  1. artokun avatarcomfyui-mcpMCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.MCP ServersJul 2026110k455
  2. elevenlabs avatarelevenlabs-mcpMCP server that enables interaction with Text to Speech, Voice Agents and audio processing APIsMCP ServersJul 202653k1.5k
  3. monet-ai-editor avatarmonetElectron video editor with terminal-first controls, transcription, embeddings, and exportMCP ServersJul 202646k99
  4. zhongweili avatarnanobanana-mcp-serverAI image generation with Gemini 3 Pro (4K) and 2.5 Flash. Smart model selection.MCP ServersMay 202612k385
  5. minimax-ai avatarminimax-mcpMinimax MCP ServerMCP ServersMay 20269.6k1.5k
  6. kyanitelabs avatarkinocutGuardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.MCP ServersJul 20269.6k95