MCP Directory
Back

yahoo-finance-mcp

by Alex2Yang97 · Python · ★ 317

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.

#mcp#mcp-server#yahoo-finance#yfinance#yfinance-mcp

Install

pip install git+https://github.com/Alex2Yang97/yahoo-finance-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "yahoo-finance-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Alex2Yang97/yahoo-finance-mcp.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/alex2yang97-yahoo-finance-mcp) English | 中文 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. [](https://smithery.ai/server/@Alex2Yang97/yahoo-finance-mcp) The server exposes the following tools through the Model Context Protocol: | Tool | Description | |------|-------------| | | Get historical OHLCV data for a stock with customizable period a…
Read full README on GitHub →

Related other servers