AgentHubAgentHub

HotNews

MCP ServerMCP Hub 中国

io.mcp-cn.wopal/mcp-server-hotnews · vlatest

HotNews的MCP服务器,支持国内热点新闻的读取

概览

HotNews 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

HotNewsMCPHotNews新闻

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-server-hotnews": {
      "command": "npx",
      "args": [
        "-y",
        "@wopal/mcp-server-hotnews"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.wopal/mcp-server-hotnews",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "HotNews",
  "description": "HotNews的MCP服务器,支持国内热点新闻的读取",
  "author": {
    "name": "SamuelXu: Sam618.xu@gmail.com"
  },
  "homepage": "https://mcp-cn.com/server/99",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@wopal/mcp-server-hotnews",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:24577",
    "HotNews",
    "MCP",
    "HotNews",
    "新闻"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@wopal/mcp-server-hotnews",
    "originalUrl": "https://mcp-cn.com/server/99",
    "isOfficial": false,
    "status": "active"
  }
}
HotNews — MCP Server 安装与配置 · AgentHub