Claude Desktop integration with bank accounts.


Connecting Claude Desktop to mybanx's MCP Server

You can connect Claude Desktop with our MCP Server directly by following those steps:

  • Launch Claude Desktop
  • Go in the Settings menu.
  • Then in the Developer section.
  • Click on _Edit Config _and add the content below :

Here is a sample configuration file of Claude Desktop to connect mybanx's MCP server:

{
  "mcpServers": {
    "mybanx.io": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.mybanx.io/"
      ],
      "env": {
        "NODE_TLS_REJECT_UNAUTHORIZED": "0"
      }
    }
  },
  "preferences": {
    "coworkScheduledTasksEnabled": false,
    "sidebarMode": "chat"
  }
}