Access Stripe payment data. Query customers, subscriptions, invoices, and transactions for financial analysis and reporting.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Setup: 1. Get your API key from https://dashboard.stripe.com/apikeys 2. Use a restricted key with read-only permissions for safety CLI Command: STRIPE_API_KEY=sk_... claude mcp add stripe -- npx -y @anthropic-ai/mcp-server-stripe Features: - Query customers and subscriptions - Analyze payment history - View invoices and transactions
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-stripe"],
"env": {
"STRIPE_API_KEY": "sk_..."
}
}
}
}Access Google Drive files and folders. Search, read, and organize documents, spreadsheets, and other files stored in Drive.