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 AAPL over the last 6 months with daily intervals.β
- Financial Health: βGet the quarterly balance sheet for Microsoft.β
- Performance Metrics: βWhat are the key financial metrics for Tesla from the stock info?β
- Trend Analysis: βCompare the quarterly income statements of Amazon and Google.β
- Cash Flow Analysis: βShow me the annual cash flow statement for NVIDIA.β
Market Research
- News Analysis: βGet the latest news articles about Meta Platforms.β
- Institutional Activity: βShow me the institutional holders of Apple stock.β
- Insider Trading: βWhat are the recent insider transactions for Tesla?β
- Options Analysis: βGet the options chain for SPY with expiration date 2024-06-21 for calls.β
- Analyst Coverage: βWhat are the analyst recommendations for Amazon over the last 3 months?β
Investment Research
- βCreate a comprehensive analysis of Microsoftβ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 Tesla over the past year.β
- βGenerate a report on the options market activity for Apple 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.11 or higher
- Dependencies as listed in
pyproject.toml, including:- mcp
- yfinance
- pandas
- pydantic
- and other packages for data processing
Setup
Clone this repository:
git clone https://github.com/Alex2Yang97/yahoo-finance-mcp.git cd yahoo-finance-mcpCreate and activate a virtual environment and install dependencies:
uv venv source .venv/bin/activate # On Windows: .venvScriptsactivate uv pip install -e .
Usage
Development Mode
You can test the server with MCP Inspector by running:
uv run server.py
This will start the server and allow you to test the available tools.
Integration with Claude for Desktop
To integrate this server with Claude for Desktop:
Install Claude for Desktop to your local machine.
Install VS Code to your local machine. Then run the following command to open the
claude_desktop_config.jsonfile:- MacOS:
code ~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
code $env:AppDataClaudeclaude_desktop_config.json
- MacOS:
Edit the Claude for Desktop config file, located at:
macOS:
{ "mcpServers": { "yfinance": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/yahoo-finance-mcp", "run", "server.py" ] } } }Windows:
{ "mcpServers": { "yfinance": { "command": "uv", "args": [ "--directory", "C:\ABSOLUTE\PATH\TO\PARENT\FOLDER\yahoo-finance-mcp", "run", "server.py" ] } } }Note: You may need to put the full path to the uv executable in the command field. You can get this by running
which uvon MacOS/Linux orwhere uvon Windows.
Restart Claude for Desktop
License
MIT
Yahoo Finance Server
Project Details
- hwangwoohyun-nav/yahoo-finance-mcp
- MIT License
- Last Updated: 4/30/2025
Recomended MCP Servers
π¨βπ§ δΊΊιγMCPγ΅γΌγγΌγ¨γγ¦ε©η¨γγπ©βπ§
MCP (model context protocol) server for interacting with dbt Docs
Six Degrees of Domain Admin
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
A comprehensive Model Context Protocol (MCP) server that provides advanced Node.js development tooling and automation capabilities.
MCP server for LeetCode API, enabling advanced automation and intelligent interaction with LeetCode problems, contests, solutions and user...
An MCP (Model Context Protocol) server that automatically generates documentation for code repositories by analyzing directory structures and...





