Back to Apps

Yahoo Finance MCP
Supports UIby alex2yang97
Lightweight MCP server providing programmatic access to Yahoo Finance market data, historical prices, and financial statements.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects an AI agent to the Yahoo Finance ecosystem via the yfinance library. It allows the agent to fetch real-time and historical market data, company profiles, and analyst recommendations without needing to implement complex scraping or API logic.
Tools
get_historical_prices: Retrieves historical price data for a given ticker.get_company_info: Fetches general company information and business summaries.get_financial_statements: Accesses balance sheets and income statements.get_analyst_recommendations: Fetches current analyst ratings and targets.get_market_news: Retrieves recent news articles related to a specific ticker.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"yahoo-finance": {
"command": "python",
"args": ["/path/to/yfinance_server.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
python yfinance_server.pyInformation
- Pricing
- free
- Published
- 4/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to `claude_desktop_config.json` using `python /path/to/yfinance_server.py`





