---
title: "Stripe MCP Server for ToolPiper · ModelPiper"
description: "Create payments, customers, and invoices through the Stripe API. Stripe's agent-toolkit MCP server wraps the Stripe API so the assistant can create customers, products, prices, payment links, and invoices, and read balan"
canonical: "https://modelpiper.com/mcp-tools/stripe"
---

# Stripe MCP Server for ToolPiper · ModelPiper

> Create payments, customers, and invoices through the Stripe API. Stripe's agent-toolkit MCP server wraps the Stripe API so the assistant can create customers, products, prices, payment links, and invoices, and read balan

S

# Stripe MCP Server

✓ verified

Create payments, customers, and invoices through the Stripe API.

Install Stripe in ToolPiper

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

[Open repository →](https://github.com/stripe/agent-toolkit)

Publisher

[Stripe](https://github.com/stripe/agent-toolkit)

License

MIT

Transport

Local subprocess

Tools

5

## What this server does

Stripe's agent-toolkit MCP server wraps the Stripe API so the assistant can create customers, products, prices, payment links, and invoices, and read balances and recent activity. Scope what it can do with a restricted key from the dashboard: a key limited to read-only or to specific resources keeps the blast radius small. Use a test-mode key (sk\_test\_) while you wire it up, then switch to live only when you trust the flow. The --tools=all flag enables the full surface; narrow it per the upstream docs if you want fewer tools.

## Tools included

-   create\_customer
    
    Create a Stripe customer.
    
-   create\_payment\_link
    
    Create a shareable payment link.
    
-   list\_invoices
    
    List invoices with optional filters.
    
-   create\_product
    
    Create a product and price.
    
-   retrieve\_balance
    
    Read the account balance.
    

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 Stripe 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": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp",
        "--tools=all"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Create a payment link for a 49 dollar one-time charge labeled 'Pro upgrade'."
    
    Copy
-   "List the last 10 failed invoices and tell me which customers they belong to."
    
    Copy
-   "Create a test customer named Acme Corp with email billing@acme.test."
    
    Copy

## Security notes

The secret key can move real money on a live account. Use a restricted key scoped to the minimum resources, and keep it in test mode until the flow is verified. Treat the key like a password and roll it at dashboard.stripe.com/apikeys if it leaks. Prefer read-only scopes unless the assistant genuinely needs to write.

## 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)
