Skip to main content
Finance & FintechPython

QuentinCody/braintree-mcp-server

Unofficial PayPal Braintree payment gateway MCP Server for AI agents to process payments, manage customers, and handle transactions securely.

finance-fintech
Share:

Quick Start

Clone the repository:

git clone https://github.com/QuentinCody/braintree-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "braintree-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/braintree-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
Python
Author
QuentinCody