The intelligent control core of Chillin Video Editor Empowers AI agents through the Model Context Protocol (MCP) SDK, allowing automated and intelligent video editing
For more details, please visit npm
your-mcp-token-here
1"chillin-mcp": {
2 "command": "npx",
3 "args": ["chillin-editor-mcp", "start"],
4 "env": {
5 "TOKEN": "<your_token>"
6 }
7}
Click the button above to generate your MCP token
Add the following configuration to your MCP settings:
1"chillin-mcp": {
2 "command": "sh",
3 "args": [
4 "-c",
5 "cd ~ && npx chillin-editor-mcp start"
6 ],
7 "env": {
8 "TOKEN": "<your_token>"
9 }
10}
1"chillin-mcp": {
2 "command": "cmd",
3 "args": [
4 "/c",
5 "cd %USERPROFILE% && npx chillin-editor-mcp start"
6 ],
7 "env": {
8 "TOKEN": "<your_token>"
9 }
10}
Make sure you are logged in, then visit the Chillin Editor at:
Click your avatar in the top navbar, open the dropdown menu, and enable the MCP Mode Switch
To use the local assets file service, both the MCP server and the web video editor must be running on the same host machine