Submit

Yahoo finance MCP server

@leoncuhk

This Model Context Protocol (MCP) server enables interaction with Yahoo Finance. It provides tools to retrieve financial data (current/historical prices, dividends, company info) and generate insightful visualizations such as market sentiment dashboards, portfolio tracking reports, and stock technical analysis charts. Designed for easy integration with MCP clients (Claude Desktop, VS Code, Cursor) and uses lightweight dependencies.
Overview

This project provides an MCP (Model Context Protocol) server enabling seamless interaction with Yahoo Finance. It acts as a tool provider for MCP-compatible clients (e.g., Claude Desktop, VS Code, Cursor), allowing them to easily fetch a wide range of financial data (real-time prices, historical data, fundamentals) and generate insightful visualizations like market dashboards, portfolio reports, and technical analysis charts. This server is an extended fork focused on enhanced visualization features.

Server Config

{
  "mcp-servers": {
    "yahoo-finance": {
      "command": "uvx",
      "args": [
        "mcp-yahoo-finance"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.