Stripe MCP for Cursor
io.github.robinafaruqia/stripe-mcp
Read-only MCP server for querying Stripe customers, payments, and invoices.
client:Cursor
transport:stdio
runtime:npm
Install Stripe MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stripe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@devtechtricks/stripe-mcp"
],
"env": {
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs