Skip to content
Claude Desktop

modern treasury for Claude Desktop

io.usefulapi/modern-treasury

MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.

client:Claude Desktop transport:streamable-http

Install modern treasury in Claude Desktop

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

{
  "mcpServers": {
    "modern-treasury": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://modern-treasury.usefulapi.io/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

modern treasury in other clients