mcp server for Cursor
io.github.top5stocksapi/mcp-server
Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"top5stocks-mcp-server"
],
"env": {
"TOP5STOCKS_API_KEY": "<TOP5STOCKS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs