Skip to content
VS Code

News Server for VS Code

io.github.rubtuc/news-server

获取今日新闻,支持按分类筛选(科技、商业、科学)

client:VS Code transport:stdio runtime:npm

Install News Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "news-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rubtuc/news-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

News Server in other clients