Best for
- Users who need Yahoo Finance data in AI conversations
- Analysts and developers researching stocks, funds, and ETFs
- MCP client users who need structured financial data and charts
Based on the repository README and server.json, this is an MIT-licensed stdio MCP server at version 0.14.0, distributed as the PyPI package yfmcp, covering Yahoo Finance stock, fund, news, screener, financial, options, and chart data. The supplied source does not establish that it is maintained by Yahoo.
Yahoo Finance MCP Server gives AI assistants access to Yahoo Finance data through yfinance, including stock information, analyst data, financial statements, news, search, sector rankings, screeners, price history, charts, options, ownership, and fund data. It runs over stdio and can be installed with uvx, Docker, or from source.
Install uv, then add the JSON in install_config to an MCP client configuration. Docker is also supported, or clone the repository and run uv sync; source development requires Python 3.12 or later.
{"mcpServers":{"yfmcp":{"command":"uvx","args":["yfmcp@latest"]}}}