QuentinCody/braintree-mcp-server
Unofficial PayPal Braintree payment gateway MCP Server for AI agents to process payments, manage customers, and handle transactions securely.
Quick Start
Clone the repository:
git clone https://github.com/QuentinCody/braintree-mcp-serverClaude 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.