Skip to content
Claude Desktop

Yolfi Payments MCP for Claude Desktop

io.github.yolfinance/yolfi-agent

Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.

client:Claude Desktop transport:streamable-http runtime:npm

Install Yolfi Payments MCP in Claude Desktop

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

{
  "mcpServers": {
    "yolfi-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.yolfi.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Yolfi Payments MCP in other clients