mcp stripe for Cursor
io.github.infoinlet-marketplace/mcp-stripe
Read-only Stripe for AI agents — customers, charges, subscriptions, invoices, balance.
client:Cursor
transport:stdio
runtime:npm
Install mcp stripe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-stripe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-stripe"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs