StockQuote for Cursor
io.github.therealmrfunguy/stock-quote
Real-time stock quotes, company info, historical prices, and market movers.
client:Cursor
transport:sse
Install StockQuote in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stock-quote": {
"url": "https://stock.rjctdlabs.xyz/sse"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs