Skip to content
Grok

recapfy for Grok

io.github.pedrot95dev/recapfy

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

client:Grok transport:stdio runtime:npm

Install recapfy in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

recapfy in other clients