
YFinance
STDIOMCP server providing Yahoo Finance data to Claude Desktop for financial analysis.
MCP server providing Yahoo Finance data to Claude Desktop for financial analysis.
A Model Context Protocol server that provides financial data to Claude Desktop using yfinance (Yahoo Finance api). Most code created by Claude.
git clone https://github.com/9nate-drake/mcp-yfinance
pip install mcp yfinance
Add to your Claude Desktop config file claude_desktop_config.json (on Windows this is usually at %APPDATA%/Claude/):
{ "mcpServers": { "yfinance": { "command": "python", "args": [ "/path/to/finance_server/server.py" ] } } }
Replace the path with the actual full path to your server.py file.
To modify the server:
* Add complete range of yfinance functions