Yahoo Finance
About
Interact with Yahoo Finance to get stock data, market news, and financial information using the yfinance Python library.
Details
- Author
- peidaqi
- Categories
- Web Scraping, Finance, Other
Jump to
Setup
Install Yahoo Finance in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/peidaqi/yfinance-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
MCP Server for Interacting with Yahoo Finance
This project provides a simple implementation that allows LLM to interact with Yahoo Finance through theyfinancePython library.
The server usesfastmcpand runs within a Docker container to ensure portability.
- If installed using python & pip, add this item in MCP settings:
"mcpServers": { "YahooFinanceServer": { "command": "python", "args": ["-m", "yfinance_mcp_server"] } }
- If installed using Docker, add this item in MCP settings:
"mcpServers": { "YahooFinanceServer": { "command": "docker", "args": ["run", "-i", "yfinance-mcp-server"] } }
In your LLM interface, e.g. Cline, you can ask something like:
What is MSFT's stock price on Jan 1, 2025?
Fetch stock data, news, and financial information from Yahoo Finance.
Fetches the latest cryptocurrency news and converts article content from HTML to Markdown.
Fetches USD and EUR prices from the Cuban parallel market via eltoque.com.
Stock prices, cryptocurrency data, exchange rates, and portfolio tracking
Provides real-time financial market data from Yahoo Finance.
Model Context Protocol Servers for Orlen Wholesale Price.
Fetches and caches RSS feeds using a SQLite database for use with LLMs via the MCP protocol.
Provides comprehensive financial data from Yahoo Finance, including historical prices, company info, financial statements, and market news.
Stock quotes, options chains, earnings data, and financial statements
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




