What is the Stripe_connect MCP server?
Stripe MCP Pack — read-only access to Stripe data via API key.
How to install Stripe_connect
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"stripe_connect": {
"url": "https://gateway.pipeworx.io/stripe_connect/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stripe_connect": {
"serverUrl": "https://gateway.pipeworx.io/stripe_connect/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"stripe_connect": {
"type": "http",
"url": "https://gateway.pipeworx.io/stripe_connect/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"stripe_connect": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/stripe_connect/mcp"
]
}
}
}Claude Code
claude mcp add --transport http stripe_connect https://gateway.pipeworx.io/stripe_connect/mcp