recapfy for Cline
io.github.pedrot95dev/recapfy
Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402.
client:Cline
transport:stdio
runtime:npm
Install recapfy in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"recapfy": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs