fotovid-js

twinrise/fotovid-js
★ 0 stars TypeScript API Integration Updated today
Official JavaScript/TypeScript SDK (@fotovid/sdk) and MCP server (@fotovid/mcp) for the Fotovid media API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fotovid-js": {
      "command": "npx",
      "args": [
        "-y",
        "twinrise/fotovid-js"
      ]
    }
  }
}