Connector guide1-minute read24 MCP toolsEN · DE · IT

Cómo conectar Stripe a Cursor — via 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.

Prueba a pedir

Prompts de ejemplo para Stripe

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Stripe · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Stripe, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Stripe + Cursor

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

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

STRIPE_SECRET_KEY

Paso 1 — Obtener credenciales

Paso 2 — Instalar el adapter

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

Paso 3 — Añadir el conector en Cursor

Cursor lee servidores MCP desde ~/.cursor/mcp.json. Añade esta entrada:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia Cursor.
  3. Abre Cursor → Configuración → MCP para verificar que Stripe aparece como "Connected".
  4. Empieza a chatear — todas las herramientas de Stripe están disponibles.

Herramientas disponibles

FAQ

¿Cursor soporta servidores MCP personalizados en el plan free? Sí — MCP está disponible en Hobby, Pro y Business.

Siguientes pasos

¿Te ha sido útil esta guía?

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.

Guías relacionadas