---
title: "PayPal MCP Server for ToolPiper · ModelPiper"
description: "Create invoices, orders, and payments through the PayPal API. PayPal's MCP server wraps the PayPal REST API so the assistant can create invoices, orders, and payments and read transaction history. Set the environment to"
canonical: "https://modelpiper.com/mcp-tools/paypal"
---

# PayPal MCP Server for ToolPiper · ModelPiper

> Create invoices, orders, and payments through the PayPal API. PayPal's MCP server wraps the PayPal REST API so the assistant can create invoices, orders, and payments and read transaction history. Set the environment to

P

# PayPal MCP Server

✓ verified

Create invoices, orders, and payments through the PayPal API.

Install PayPal in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/paypal/paypal-mcp-server)

Publisher

[PayPal](https://github.com/paypal/paypal-mcp-server)

License

MIT

Transport

Local subprocess

Tools

4

## What this server does

PayPal's MCP server wraps the PayPal REST API so the assistant can create invoices, orders, and payments and read transaction history. Set the environment to SANDBOX while you build, then switch to LIVE only when the flow is verified. The access token scopes what the server can do; mint a token with only the permissions you need. Useful for invoicing workflows, reconciliation questions, and order management from chat.

## Tools included

-   create\_invoice
    
    Create and optionally send an invoice.
    
-   list\_transactions
    
    List recent transactions.
    
-   create\_order
    
    Create a checkout order.
    
-   capture\_order
    
    Capture payment for an approved order.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install PayPal in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "paypal": {
      "command": "npx",
      "args": [
        "-y",
        "@paypal/mcp",
        "--tools=all"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Create a sandbox invoice for 120 dollars to client@example.com for consulting."
    
    Copy
-   "List my transactions from the last week and total them."
    
    Copy
-   "Create a checkout order for two items and give me the approval link."
    
    Copy

## Security notes

The access token can move money on a LIVE account. Keep PAYPAL\_ENVIRONMENT on SANDBOX until you trust the flow, and mint a token scoped to the minimum permissions. Tokens are short-lived but still sensitive; treat them like passwords and do not commit them. Revoke the app credentials at developer.paypal.com if anything leaks.

## Related tools

-   [
    
    G
    
    ### GitHub
    
    ✓ verified
    
    Create issues, manage pull requests, and search repositories from your AI assistant.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/github)
-   [
    
    G
    
    ### GitHub (Remote)
    
    ✓ verified MAX
    
    OAuth-protected GitHub MCP. Manage repos, issues, and pull requests with no token to copy.
    
    Developer ToolsRemote HTTP5 tools
    
    
    
    
    
    ](/mcp-tools/github-remote)
-   [
    
    G
    
    ### Git
    
    ✓ verified
    
    Read, search, and manipulate Git repositories on disk.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/git)
-   [
    
    E
    
    ### Everything
    
    ✓ verified
    
    Reference test server exercising every MCP feature.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/everything)

[← Back to all MCP tools](/mcp-tools)
