recapfy for Cursor
io.github.pedrot95dev/recapfy
Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402.
client:Cursor
transport:stdio
runtime:npm
Install recapfy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"recapfy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"recapfy-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>",
"RECAPFY_API_BASE_URL": "<RECAPFY_API_BASE_URL>",
"RECAPFY_ALLOW_INSECURE_TLS": "<RECAPFY_ALLOW_INSECURE_TLS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs