Official JavaScript/TypeScript SDK (@fotovid/sdk) and MCP server (@fotovid/mcp) for the Fotovid media API
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"
]
}
}
}
Run in terminal:
claude mcp add fotovid-js npx -y twinrise/fotovid-js
Add to .cursor/mcp.json:
{
"mcpServers": {
"fotovid-js": {
"command": "npx",
"args": [
"-y",
"twinrise/fotovid-js"
]
}
}
}