Skip to content
Claude Desktop

recapfy for Claude Desktop

io.github.pedrot95dev/recapfy

Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402.

client:Claude Desktop transport:stdio runtime:npm

Install recapfy in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

recapfy in other clients