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.
Server Config
{
"mcp-servers": {
"yahoo-finance": {
"command": "uvx",
"args": [
"mcp-yahoo-finance"
]
}
}
}