dailyhotmcp for Cursor
io.github.frankxmx/dailyhotmcp
聚合55+平台热门榜单数据的AI工具,支持微博、知乎、B站、GitHub等平台。适用于LLM/RAG场景。
client:Cursor
transport:stdio
runtime:npm
Install dailyhotmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dailyhotmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@frank-x/dailyhot-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs