Scribefy for Cursor
io.github.mkirovbg/scribefy-mcp
Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.
client:Cursor
transport:stdio
runtime:npm
Install Scribefy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scribefy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scribefy-mcp"
],
"env": {
"SCRIBEFY_API_KEY": "<SCRIBEFY_API_KEY>",
"SCRIBEFY_API_BASE": "<SCRIBEFY_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs