Skip to content
Zed

Yahoo Finance for Zed

io.github.narumiruna/yfinance-mcp

Access Yahoo Finance stock data, news, screeners, options, financials, and charts through MCP.

client:Zed transport:stdio runtime:pypi

Install Yahoo Finance in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "yfinance-mcp": {
      "command": "uvx",
      "args": [
        "yfmcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Yahoo Finance in other clients