mcp server for Claude Desktop
io.github.top5stocksapi/mcp-server
Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"top5stocks-mcp-server"
],
"env": {
"TOP5STOCKS_API_KEY": "<TOP5STOCKS_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs