Stripe Mcp Server

by Lokesh-2025

Recommended
260 downloads
Not rated
GitHub Website SSE

About

Connect Claude to your Stripe account via natural language. Query customers, revenue, invoices, subscriptions, disputes, and issue refunds — 7 tools, idempotency-safe writes, pinned API version to prevent silent breakage.

Details

Author
Lokesh-2025
Downloads
260
Categories
Remote MCP, Finance

- Query customers, revenue, invoices, subscriptions, disputes, and failed payments.
- Issue full or partial refunds by charge ID.
- Works with any MCP‑compatible client (Claude, etc.).
- Uses your own Stripe secret API key.
- Simple command‑line or desktop configuration.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Stripe Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Git clone and npm, then set your STRIPE_SECRET_KEY in a .env file. Run manually with that environment variable, or add the server to your Claude Desktop configuration (claude_desktop_config.json) for seamless integration.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "stripe mcp server": {
            "stripe": {
                "command": "node",
                "args": [
                    "/path/to/stripe-mcp-server/index.js"
                ],
                "env": {
                    "STRIPE_SECRET_KEY": "<YOUR_STRIPE_RESTRICTED_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "stripe": {
        "command": "node",
        "args": [
            "/path/to/stripe-mcp-server/index.js"
        ],
        "env": {
            "STRIPE_SECRET_KEY": "<YOUR_STRIPE_RESTRICTED_KEY>"
        }
    }
}

Stripe MCP Server

A Model Context Protocol (MCP) server that connects Claude (or any MCP client) to your Stripe account. Query customers, revenue, invoices, subscriptions, disputes, and issue refunds — all via natural language.

Requirements

- Node.js 18+
- A Stripe account with a secret API key

Installation

```bash
git clone https://github.com/your-username/stripe-mcp-server.git
cd stripe-mcp-server
npm install
cp .env.example .env

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.