
yahoo-finance-mcp
by Alex2Yang97·★ 286·Score 49
Comprehensive Yahoo Finance MCP server providing stock data, financial statements, options, and market news.
Overview
This MCP server provides access to comprehensive financial data from Yahoo Finance through a well-structured interface. It offers tools for retrieving historical stock prices, company information, financial statements, options data, and market news. The server is actively maintained with recent commits and includes clear documentation for integration with Claude Desktop.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you need comprehensive financial data from Yahoo Finance through MCP for stock analysis, market research, or investment research purposes.
When NOT to choose this
Not ideal if you need real-time data (as Yahoo Finance has some delay), require data sources beyond Yahoo Finance, or need authentication/enterprise features.
Tools this server exposes
9 tools extracted from the READMEget_historical_stock_pricesGet historical OHLCV data for a stock with customizable period and interval
get_stock_infoGet comprehensive stock data including price, metrics, and company details
get_yahoo_finance_newsGet latest news articles for a stock
get_stock_actionsGet stock dividends and splits history
get_financial_statementGet income statement, balance sheet, or cash flow statement (annual/quarterly)
get_holder_infoGet major holders, institutional holders, mutual funds, or insider transactions
get_option_expiration_datesGet available options expiration dates
get_option_chainGet options chain for a specific expiration date and type (calls/puts)
get_recommendationsGet analyst recommendations or upgrades/downgrades history
Comparable tools
Installation
Recommended: run with uvx
Run the server directly from the repository:
uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcpClaude Desktop Integration
- Edit Claude Desktop config file:
**macOS:**
{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}**Windows:**
{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}- Restart Claude Desktop
FAQ
- What data sources does this MCP server use?
- The server uses Yahoo Finance as its primary data source, retrieving information through the yfinance library.
- Can I get real-time stock prices with this server?
- The server provides historical stock prices and current market data, but real-time prices may have slight delays as they're sourced from Yahoo Finance.
Compare yahoo-finance-mcp with
Last updated · Auto-generated from public README + GitHub signals.