klo mcp for VS Code
com.getklo/klo-mcp
Native Mac video editor your agent can drive: 83 timeline tools, media stays on your Mac.
client:VS Code
transport:stdio
runtime:npm
Install klo mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "klo-mcp-token",
"description": "KLO_MCP_TOKEN",
"password": true
}
],
"servers": {
"klo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"klo-mcp"
],
"env": {
"KLO_MCP_TOKEN": "${input:klo-mcp-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs