MCP Catalogs
Homeyahoo-finance-mcp screenshot

yahoo-finance-mcp

by Alex2Yang97·286·Score 49

Comprehensive Yahoo Finance MCP server providing stock data, financial statements, options, and market news.

financeai-llmdeveloper-tools
136
Forks
7
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:Analyze stock performance and trends with historical price data
you:Compare financial statements between companies
you:Monitor market news and analyst recommendations
you:What data sources does this MCP server use?
you:Can I get real-time stock prices with this server?

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 README
  • 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

  • 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

  • get_option_expiration_dates

    Get available options expiration dates

  • get_option_chain

    Get options chain for a specific expiration date and type (calls/puts)

  • get_recommendations

    Get analyst recommendations or upgrades/downgrades history

Comparable tools

polygon-mcpalphavantage-mcpquandl-mcpfinancial-modeling-prep-mcp

Installation

Recommended: run with uvx

Run the server directly from the repository:

uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcp

Claude Desktop Integration

  1. 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"
      ]
    }
  }
}
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.