MCP server for ReelScribe - transcribe Instagram, TikTok, and YouTube videos from any AI assistant
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"reelscribe-mcp-serve": {
"command": "npx",
"args": [
"-y",
"rara-cyber/reelscribe-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add reelscribe-mcp-serve npx -y rara-cyber/reelscribe-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"reelscribe-mcp-serve": {
"command": "npx",
"args": [
"-y",
"rara-cyber/reelscribe-mcp-server"
]
}
}
}