video-editing-mcp

MCP Interface for Video Jungle

GitHub Stars

210

User Rating

Not Rated

Favorites

0

Views

37

Forks

27

Issues

5

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/burningion/video-editing-mcp.git
cd video-editing-mcp

2. Install Dependencies

bash
pip install -r requirements.txt

3. Set API Key

Set the API key in environment variables:
bash
export API_KEY="your-api-key"

4. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: API key not recognized Solution: Verify the environment variable settings.

Additional Resources