mcp braintree for Claude Code
io.github.codespar/mcp-braintree
MCP server for Braintree (PayPal) — global card processing via GraphQL: charge, refund, vault
client:Claude Code
transport:stdio
runtime:npm
Install mcp braintree in Claude Code
run in your project directory
claude mcp add mcp-braintree -e BRAINTREE_MERCHANT_ID=<BRAINTREE_MERCHANT_ID> -e BRAINTREE_PUBLIC_KEY=<BRAINTREE_PUBLIC_KEY> -e BRAINTREE_PRIVATE_KEY=<BRAINTREE_PRIVATE_KEY> -e BRAINTREE_ENV=<BRAINTREE_ENV> -e BRAINTREE_API_VERSION=<BRAINTREE_API_VERSION> -- npx -y @codespar/mcp-braintree
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs