Skip to content
Claude Desktop

MIDAS Protocol for Claude Desktop

io.github.bbrainfrance/midas-protocol

Complete financial infrastructure for AI agents — payments, lending, escrow & more.

client:Claude Desktop transport:streamable-http

Install MIDAS Protocol in Claude Desktop

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

{
  "mcpServers": {
    "midas-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.midasprotocol.org/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

MIDAS Protocol in other clients