Best for
- Developers and investors who need quick access to Yahoo Finance data
- Users performing financial analysis, market research, and investment research with Claude
- Users who want to integrate financial data into MCP client workflows
This MCP server offers a rich set of Yahoo Finance data tools covering stock information, financial statements, options, and analyst recommendations. Installation is straightforward via uvx. Suitable for developers and investors needing quick financial data. However, it relies on third-party data sources which may be unstable, and data accuracy should be verified.
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.
uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcp.git clone https://github.com/Alex2Yang97/yahoo-finance-mcp.git, enter the directory, create a virtual environment, and install dependencies.{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}