yahoo-finance-mcp
This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance.
Documentation
Yahoo Finance MCP Server
This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
Demo

MCP Tools
The server exposes the following tools through the Model Context Protocol:
Stock Information
| Tool | Description |
|---|---|
| `get_historical_stock_prices` | Get historical OHLCV data for a stock with customizable period and interval |
| `get_stock_info` | Get comprehensive stock data including price, metrics, and company details |
| `get_yahoo_finance_news` | Get latest news articles for a stock |
| `get_stock_actions` | Get stock dividends and splits history |
Financial Statements
| Tool | Description |
|---|---|
| `get_financial_statement` | Get income statement, balance sheet, or cash flow statement (annual/quarterly) |
| `get_holder_info` | Get major holders, institutional holders, mutual funds, or insider transactions |
Options Data
| Tool | Description |
|---|---|
| `get_option_expiration_dates` | Get available options expiration dates |
| `get_option_chain` | Get options chain for a specific expiration date and type (calls/puts) |
Analyst Information
| Tool | Description |
|---|---|
| `get_recommendations` | Get analyst recommendations or upgrades/downgrades history |
Real-World Use Cases
With this MCP server, you can use Claude to:
Stock Analysis
- Price Analysis: "Show me the historical stock prices for NOW over the last 6 months with daily intervals."
- Financial Health: "Get the quarterly balance sheet for Intuit."
- Performance Metrics: "What are the key financial metrics for Intuit from the stock info?"
- Trend Analysis: "Compare the quarterly income statements of ServiceNow and Intuit."
- Cash Flow Analysis: "Show me the annual cash flow statement for ServiceNow."
Market Research
- News Analysis: "Get the latest news articles about Intuit."
- Institutional Activity: "Show me the institutional holders of NOW stock."
- Insider Trading: "What are the recent insider transactions for ServiceNow?"
- Options Analysis: "Get the options chain for INTU with expiration date 2026-01-30 for calls."
- Analyst Coverage: "What are the analyst recommendations for Intuit over the last 3 months?"
Investment Research
- "Create a comprehensive analysis of Intuit's financial health using their latest quarterly financial statements."
- "Compare the dividend history and stock splits of Coca-Cola and PepsiCo."
- "Analyze the institutional ownership changes in ServiceNow over the past year."
- "Generate a report on the options market activity for Intuit stock with expiration in 30 days."
- "Summarize the latest analyst upgrades and downgrades in the tech sector over the last 6 months."
Requirements
- Python 3.14.6 or higher
- Dependencies as listed in `pyproject.toml`, including:
- mcp
- yfinance
- pandas
- pydantic
- and other packages for data processing
Setup
Recommended: run with `uvx`
Run the server directly from the repository without creating a local virtual environment:
uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcpLocal development
1. Clone this repository:
git clone https://github.com/Alex2Yang97/yahoo-finance-mcp.git
cd yahoo-finance-mcp2. Create and activate a virtual environment and install dependencies:
uv syncUsage
Quick Start
Run the packaged entrypoint with:
uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcpFor local changes in this checkout, use:
uvx --from . yahoo-finance-mcpDevelopment Mode
If you are working inside a local clone and want to run the source tree directly:
uv run server.pyIntegration with Claude for Desktop
To integrate this server with Claude for Desktop:
1. Install Claude for Desktop to your local machine.
2. Install VS Code to your local machine. Then run the following command to open the `claude_desktop_config.json` file:
3. Edit the Claude for Desktop config file, located at:
{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}4. Restart Claude for Desktop
License
MIT
Frequently asked questions
What is yahoo-finance-mcp?
yahoo-finance-mcp is This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance.
How do I install yahoo-finance-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is yahoo-finance-mcp open source?
Yes — it is hosted on GitHub at https://github.com/Alex2Yang97/yahoo-finance-mcp and has 158 stars.
Related MCP tools
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP. Python-based implementation. Trusted by 6900+ developers.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP. Python-based implementation. Trusted by 4100+ developers.
A simple, secure MCP-to-OpenAPI proxy server Python-based implementation. Trusted by 3500+ developers. Trusted by 3500+ developers.
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP