Model Context Protocol server for the Fluvie video composition library.
GET /health - Health checkPOST /mcp - MCP JSON-RPC endpointGET /mcp/sse - Server-Sent Events streamGET /resources/{path} - Resource accesssearchDocs - Search documentationgetTemplate - Get template detailssuggestTemplates - Get template recommendationsgetWidgetReference - Get widget documentationgenerateCode - Generate Fluvie codeAdd to your MCP client configuration:
{
"mcpServers": {
"fluvie": {
"url": "https://mcp.fluvie.dev/mcp",
"transport": "http"
}
}
}
Visit github.com/simonerich/fluvie for full documentation.