@stripe/mcp
Freeby MCP Community
A command line tool for setting up Stripe MCP server
v0.3.3Added Apr 12, 2026
mcpmodelcontextprotocolstripe
@stripe/mcp MCP Server
A command line tool for setting up Stripe MCP server
Installation
Reviews
Installation
Quick install
npx -y @stripe/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@stripe/mcp": {
"command": "npx",
"args": ["-y", "@stripe/mcp"]
}
}
}