DevTk.AI

Stripe MCP

Developer Tools

Stripe MCP server for payment, customer, product, invoice, subscription, and Stripe documentation workflows.

Author

Stripe

Category

Developer Tools

GitHub Stars

1,532+

Clients

4 supported

Freshness

Verified 2026-05-07

Installation

Run this command to install:

npx -y @stripe/mcp@latest

Sample Configuration

Add this to your MCP client configuration file (e.g., claude_desktop_config.json for Claude Desktop):

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp@latest"
      ]
    }
  }
}

Use our MCP Manifest Generator to build complete configurations visually, or the MCP Config Validator to check your existing config.

Compatible Clients

Claude DesktopCursorVS CodeWindsurf

Details

Server IDstripe
AuthorStripe
CategoryDeveloper Tools
Compatible WithClaude Desktop, Cursor, VS Code, Windsurf
Tags
stripepaymentsbillingdocs
GitHubhttps://github.com/stripe/agent-toolkit
Websitehttps://docs.stripe.com/mcp
GitHub Stars1,532+
MaintenanceActive maintenance
Last GitHub Push2026-05-06
Metadata Verified2026-05-07

About Stripe MCP

Stripe MCP is a Model Context Protocol (MCP) server created by Stripe. It enables AI assistants to interact with Stripe capabilities.

MCP (Model Context Protocol) is an open standard that allows AI models to securely connect to external tools and data sources. By installing Stripe MCP, you give your AI assistant the ability to perform real actions through a standardized interface, rather than just generating text about them.

This server is compatible with Claude Desktop, Cursor, VS Code, Windsurf and has 1,532+ stars on GitHub. It falls under the "Developer Tools" category of MCP servers.

To get started, use our MCP Manifest Generator to create a complete configuration, or validate your existing setup with the MCP Config Validator.

Other Developer Tools Servers

Popular MCP Servers

Related Tools

FAQ

How do I install Stripe MCP?

Run "npx -y @stripe/mcp@latest" in your terminal. Then add the server configuration to your MCP client's config file. For Claude Desktop, this is typically located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows.

What clients work with Stripe MCP?

Stripe MCP is compatible with Claude Desktop, Cursor, VS Code, Windsurf. Each client has its own configuration file format, but the MCP server setup is similar across all of them.

What can I do with Stripe MCP?

Stripe MCP server for payment, customer, product, invoice, subscription, and Stripe documentation workflows. Once configured, your AI assistant can interact with these capabilities through natural language commands, making it possible to perform real actions directly from your AI chat interface.