MCP Server
Active
io.github.mutonby/openshorts MCP Server
io.github.mutonby/openshorts
What is the io.github.mutonby/openshorts MCP server?
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
How to install io.github.mutonby/openshorts
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer <API key>. Create the osk_ key in your account page at openshorts.app; the self-hosted MIT edition serves the same endpoint locally with no key.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"openshorts": {
"url": "https://mcp.openshorts.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openshorts": {
"serverUrl": "https://mcp.openshorts.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"openshorts": {
"type": "http",
"url": "https://mcp.openshorts.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"openshorts": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.openshorts.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http openshorts https://mcp.openshorts.app/mcpRelated MCP servers
io.github.mutonby/aikount-mcp
Maintained
Contabilidad española con IA: facturas, gastos por OCR, conciliación bancaria y Modelo 303.
0
View repository →Python
MIT