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
{
"mcpServers": {
"yfinance": {
"env": {},
"args": [
"/path/to/finance_server/server.py"
],
"command": "python"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.