Skip to content
VS Code

dailyhotmcp for VS Code

io.github.frankxmx/dailyhotmcp

聚合55+平台热门榜单数据的AI工具,支持微博、知乎、B站、GitHub等平台。适用于LLM/RAG场景。

client:VS Code transport:stdio runtime:npm

Install dailyhotmcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "your-api-key",
      "description": "YOUR_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "dailyhotmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@frank-x/dailyhot-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "${input:your-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

dailyhotmcp in other clients