Back to MCP Servers
Braintree
Unofficial PayPal Braintree payment gateway MCP Server for AI agents to process payments, manage customers, and handle transactions securely.
finance-fintechaiagent
By QuentinCody
Installation
npx -y braintree-mcp-serverConfiguration
{
"mcpServers": {
"braintree-mcp-server": {
"command": "npx",
"args": ["-y", "braintree-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes