MCP.so
Sign In

MCP NewNow Server

@sligter

About MCP NewNow Server

一个基于 Model Context Protocol (MCP) 的新闻聚合服务器,通过 Newsnow API 提供多平台热点新闻和趋势话题。

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

sligter

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "get_news": {
      "command": "uvx",
      "args": [
        "mcp-newsnow"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP NewNow Server?

MCP NewNow Server is a news aggregation server built on the Model Context Protocol (MCP). It uses the Newsnow API to fetch hot news and trending topics from over 14 platforms including Zhihu, Weibo, Bilibili, Douyin, and GitHub. It is intended for AI assistants like Claude Desktop to access real-time multi-platform news.

How to use MCP NewNow Server?

Install the package with pip install mcp-newsnow or uv pip install mcp-newsnow. Then configure Claude Desktop by adding the server entry to its config file with command uvx mcp-newsnow. After restarting Claude, you can use the four news tools. For development, set the

Comments

More Other MCP servers