Connector guide1-minute read24 MCP toolsEN · DE · IT

Stripe mit Cursor verbinden — über MCP

Stripe Payments API — customers, charges, refunds, subscriptions, invoices, payouts. Query revenue, dispute history, balance transactions. Live/test-mode keys supported.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Stripe

MCP connector

Stripe

Stripe Payments API — customers, charges, refunds, subscriptions, invoices, payouts. Query revenue, dispute history, balance transactions. Live/test-mode keys supported.

Tools

24

Region

INTL

Category

Payments

Authentication

API Key

Required env vars

STRIPE_SECRET_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Stripe in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Stripe Payments API — customers, charges, refunds, subscriptions, invoices, payouts. Query revenue, dispute history, balance transactions. Live/test-mode keys supported.

Frag einfach

Beispiel-Prompts für Stripe

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Konnektor laufen lassen.

Stripe · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Stripe klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Stripe + Cursor

Stripe Payments API — customers, charges, refunds, subscriptions, invoices, payouts. Query revenue, dispute history, balance transactions. Live/test-mode keys supported.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

STRIPE_SECRET_KEY

Schritt 1 — Zugangsdaten holen

Schritt 2 — Adapter installieren

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Schritt 3 — Connector in Cursor hinzufügen

Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und Cursor neu starten.
  3. Cursor → Einstellungen → MCP öffnen und prüfen, ob Stripe als "Connected" gelistet ist.
  4. Chatten — alle Stripe-Tools sind aufrufbar.

Verfügbare Tools

FAQ

Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.

Nächste Schritte

War dieser Guide hilfreich?

Ready to ship

Your Stripe agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Verwandte Anleitungen