SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop
An MCP tool that provides stock market data and analysis using the Yahoo Finance API.
Quick Start
Clone the repository:
git clone https://github.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop.gitClaude Desktop configuration example:
{
"mcpServers": {
"yfinance-trader-mcp-claudedesktopgit": {
"command": "npx",
"args": [
"-y",
"SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop"
]
}
}
}Check the repository README for specific installation and configuration instructions.