← Back to browse

recapfy

Indexed by io.github.pedrot95dev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSVM_PRIVATE_KEY RECAPFY_API_BASE_URL RECAPFY_ALLOW_INSECURE_TLS
Claude Code
claude mcp add --env SVM_PRIVATE_KEY= --env RECAPFY_API_BASE_URL= --env RECAPFY_ALLOW_INSECURE_TLS= recapfy -- npx recapfy-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"recapfy","command":"npx","args":["recapfy-mcp"],"env":{"SVM_PRIVATE_KEY":"","RECAPFY_API_BASE_URL":"","RECAPFY_ALLOW_INSECURE_TLS":""}}'
JSON
{
  "mcpServers": {
    "recapfy": {
      "command": "npx",
      "args": [
        "recapfy-mcp"
      ],
      "env": {
        "SVM_PRIVATE_KEY": "",
        "RECAPFY_API_BASE_URL": "",
        "RECAPFY_ALLOW_INSECURE_TLS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.