Developer Tools
Trust: 30/100 (Limited)io.github.TheNextGenNexus/yahoo-finance-mcp-server Guide
Get real-time stock quotes, historical data, and compare stocks via Yahoo Finance
by TheNextGenNexus
Quick Start
Install
npx @thenextgennexus/yahoo-finance-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-thenextgennexus-yahoo-finance-mcp-server": {
"command": "npx",
"args": [
"@thenextgennexus/yahoo-finance-mcp-server"
]
}
}
}