All servers



Stripe
verifiedRead and write Stripe customers, subscriptions, and invoices.
by Stripe3.8kMITupdated 1mo agoadded 1y ago
Official Stripe MCP server. Create payment links, query subscriptions, refund charges.
Install
Add this block to your claude_desktop_config.json then restart Claude Desktop.
claude_desktop_config.jsonjson
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all"
],
"env": {
"STRIPE_SECRET_KEY": "sk_live_xxx"
}
}
}
}Related servers
Google Drive
by Anthropic
51k
Browse and read files in your Google Drive.
Node.jsOfficialProductivityauth
updated 1mo ago
Slack
by Anthropic
51k
Read and post to Slack channels and DMs.
Node.jsOfficialMessagingauth
updated 1mo ago
AWS KB Retrieval
by modelcontextprotocol
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
UnknownCloudKnowledge