Catalog
io.github.MKirovBG/scribefy-mcp
Officialby MKirovBG · JavaScript
Scribefy
Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.
Search YouTube videos and extract timestamped transcripts with metadata for workflows.
Topics
ai-agentsclaudecursormcpmodel-context-protocoltranscriptwindsurfyoutubeyoutube-transcript
README not available yet.
Install
Configuration
Environment variables
SCRIBEFY_API_KEYrequiredsecretScribefy API key (sk_live_… or sk_test_…) from scribefy.app/dashboard. Available on the API + MCP plan.
SCRIBEFY_API_BASEOverride the API base URL. Defaults to https://api.scribefy.app.
claude_desktop_config.json
{
"mcpServers": {
"scribefy-mcp": {
"command": "npx",
"args": [
"-y",
"scribefy-mcp@0.3.5"
],
"env": {
"SCRIBEFY_API_KEY": "<YOUR_SCRIBEFY_API_KEY>",
"SCRIBEFY_API_BASE": "<YOUR_SCRIBEFY_API_BASE>"
}
}
}
}