Getting Started
This guide walks you through installing Claude for Financial Services plugins and explains the key concepts you need to understand before diving in.What You Need to Know First
Before installing anything, here is a quick primer on the three technologies that power this system:What is Claude Cowork?
Claude Cowork is Anthropic’s collaborative AI workspace. Think of it as a smart assistant that can work alongside you on complex tasks — reading documents, building spreadsheets, creating presentations, and writing reports. When you install financial plugins into Cowork, it gains specialized knowledge about how financial analysis is done, transforming it from a general-purpose assistant into a finance specialist.What is Claude Code?
Claude Code is Anthropic’s command-line interface (CLI) for Claude. It is designed for developers and power users who prefer working in a terminal. If you are comfortable with command-line tools, Claude Code gives you the same plugin capabilities as Cowork but in a text-based environment. You can install plugins, run slash commands, and interact with Claude entirely from your terminal.What is MCP (Model Context Protocol)?
MCP stands for Model Context Protocol. In plain English, it is a standard way for Claude to connect to external data sources. Without MCP, you would need to copy-paste data from Bloomberg, FactSet, or S&P Capital IQ into your chat. With MCP, Claude connects directly to these data providers and pulls verified, institutional-grade data into your analysis automatically. Think of MCP like a universal adapter — it gives Claude a standardized way to talk to any financial data provider, document management system, or internal tool that supports the protocol.Always install the financial-analysis core plugin first. It provides the shared foundation and all MCP data connectors that add-on plugins depend on.
Installation
- Claude Cowork
- Claude Code
Installing via Cowork
Install plugins directly from the Cowork marketplace:Open the Plugin Marketplace
Navigate to claude.com/plugins in your browser.
Install the Core Plugin
Find financial-analysis and click Install. This is the foundation — it includes all 11 MCP data connectors and the core modeling skills (DCF, comps, LBO, 3-statement models). Every other plugin depends on it.
Install Add-on Plugins
Browse and install any additional function-specific plugins for your workflow:
- investment-banking — CIMs, deal tracking, merger models, buyer lists
- equity-research — Earnings reports, initiating coverage, morning notes, catalyst tracking
- private-equity — Deal sourcing, IC memos, portfolio monitoring, returns analysis
- wealth-management — Client meeting prep, financial plans, portfolio reports, tax-loss harvesting
Understanding Slash Commands
Slash commands are shortcuts that trigger specific financial workflows. Instead of describing what you want in a paragraph, you type a command and Claude executes a structured, multi-step process.Plugin Structure
Every plugin follows the same structure — all file-based, no code, no build steps. This matters because it means you can read and customize everything with a text editor:| Component | What It Does | Example |
|---|---|---|
| Skills | Encode domain expertise and best practices. Claude draws on them automatically. | The DCF Model skill teaches Claude how to calculate WACC, build sensitivity tables, and format Excel output. |
| Commands | Explicit actions triggered by slash commands. | /comps AAPL triggers the comparable company analysis workflow. |
| Connectors | Wire Claude to external data sources via MCP. | The FactSet connector pulls real-time financial data and consensus estimates. |
MCP Data Connections
The financial-analysis core plugin includes 11 pre-configured MCP integrations. These connect Claude directly to institutional financial data sources, replacing the manual process of switching between browser tabs and copy-pasting numbers:| Provider | What It Provides | Why It Matters |
|---|---|---|
| Daloopa | Standardized financial data, earnings models | Machine-readable data extracted from SEC filings — no manual parsing |
| Morningstar | Fund data, equity research, ratings | Comprehensive coverage of equities, funds, and bonds globally |
| S&P Global | Capital IQ data, credit ratings, market intelligence | The gold standard for company fundamentals and M&A transaction data |
| FactSet | Financial data, analytics, portfolio management | Institutional-grade data with consensus estimates and real-time prices |
| Moody’s | Credit ratings, risk assessment | Essential for credit analysis and fixed income workflows |
| MT Newswires | Real-time financial news | Automated coverage of earnings releases and breaking corporate news |
| Aiera | Earnings call transcripts, event intelligence | Rapid review of management commentary and forward guidance |
| LSEG | Market data, analytics, fixed income | Yield curve analysis, options pricing, and macro dashboards |
| PitchBook | Private market data, VC/PE transactions | Comprehensive private company and transaction data |
| Chronograph | Private equity portfolio data | Fund-level performance and portfolio company KPIs |
| Egnyte | Document management, file storage | Access firm documents, deal files, and templates directly |
Next Steps
MCP Integrations
Learn what MCP is in depth, why data connections matter in finance, and how to configure each provider.
Customization
Learn how to adapt the plugins for your firm’s specific workflows, templates, and terminology.
Financial Analysis Overview
Explore the core plugin — learn about DCF, comps, LBO, and 3-statement modeling.
DCF Model Skill
Dive into the DCF workflow — learn the time value of money, WACC, terminal value, and sensitivity analysis.