Yahoo Finance

Yahoo Finance

Local
@thenextgennexus-io1JavaScriptUpdated 5mo ago

Get real-time stock quotes, historical data, and compare stocks via Yahoo Finance

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@thenextgennexus/yahoo-finance-mcp-serverv1.0.1

Run

npx -y @thenextgennexus/yahoo-finance-mcp-server

MCP client config

{
  "mcpServers": {
    "yahoo-finance": {
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/yahoo-finance-mcp-server"
      ]
    }
  }
}