README.md
Integrates Yahoo Finance data with Claude for real-time financial information.
Integrates Yahoo Finance data with Claude to provide real-time and historical financial information, including stock prices, financial statements, and options data. It enables comprehensive market research and investment analysis through natural language interactions.
Configuration
claude_desktop_config.json
{
"mcpServers": {
"yahoo-finance": {
"command": "npx",
"args": [
"-y",
"@neupaneprashant/yahoo-finance-mcp"
]
}
}
}Try it
→What is the current stock price of NVIDIA?
→Show me the latest financial statements for Apple Inc.
→Get the options chain for Tesla expiring next month.
→Compare the historical performance of Microsoft and Google over the last year.
→Analyze the balance sheet of Amazon for the most recent quarter.