mcp paypal for Grok
io.github.codespar/mcp-paypal
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
client:Grok
transport:stdio
runtime:npm
Install mcp paypal in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-paypal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-paypal"
],
"env": {
"PAYPAL_CLIENT_ID": "<PAYPAL_CLIENT_ID>",
"PAYPAL_CLIENT_SECRET": "<PAYPAL_CLIENT_SECRET>",
"PAYPAL_ENV": "<PAYPAL_ENV>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs