Skip to content
VS Code

StockQuote for VS Code

io.github.therealmrfunguy/stock-quote

Real-time stock quotes, company info, historical prices, and market movers.

client:VS Code transport:sse

Install StockQuote in VS Code

.vscode/mcp.json

{
  "servers": {
    "stock-quote": {
      "type": "sse",
      "url": "https://stock.rjctdlabs.xyz/sse"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

StockQuote in other clients