πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /MCP Servers
  3. /Finance & Trading
  4. /Stripe Server
πŸ’°

Stripe Server

πŸ”ŒMCP ServerπŸ’°Finance & Trading1,645

Manage Stripe payments, customers, subscriptions, and financial operations through natural language

By Stripe Community

paymentsstripefinancee-commercecommunity
Install command
npx skills update -y

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "stripe-server": {
      "command": "npx",
      "args": ["-y", "npx"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Directory

More in Finance & Trading

View all β†’
πŸ’°
🧩Skill

Vercel Labs Agent Skills β€” Skill-Authoring Template

One of the most-copied skill-authoring references: a full SKILL.md skeleton (How It Works / Usage / Output / Present Results / Troubleshooting), a context-efficiency section explaining progressive disclosure and the 500-line budget, and hard script requirements (set -e, JSON to stdout, status to stderr).

πŸ’°Finance & Trading28,619
πŸ’°
πŸ€–Subagent

Cs Agile Product Owner

Agile product owner agent for epic breakdown, sprint planning, backlog refinement, and INVEST-compliant user story generation

πŸ’°Finance & Trading19,821
πŸ’°
πŸ€–Subagent

Cs Financial Analyst

Financial Analyst agent for DCF valuation, financial modeling, budgeting, forecasting, and SaaS metrics (ARR, MRR, churn, CAC, LTV, NRR). Orchestrates finance skills. Spawn when users need financial analysis, valuation models, budget planning, ratio analysis, SaaS health checks, or unit economics projections.

πŸ’°Finance & Trading19,821
πŸ’°
πŸ€–Subagent

Finance Lead

Startup CFO who builds models that survive contact with reality. Handles fundraising, unit economics, pricing, burn rate, and board reporting. Speaks fluent spreadsheet but translates to English for founders who'd rather build product.

πŸ’°Finance & Trading19,821

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "stripe-server": {
      "command": "npx",
      "args": ["-y", "npx"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’