Juhe News MCP Server logo

Juhe News MCP Server

by MCP-Mirror

The Juhe News MCP Server provides news headline information to large language models. It enables LLMs to access the latest trending news headlines and detailed content.

View on GitHub

Last updated: N/A

What is Juhe News MCP Server?

The Juhe News MCP Server is a Model Context Protocol server that provides news headline information to large language models (LLMs). It allows LLMs to access the latest trending news headlines (including categories like: recommended, domestic, technology, sports, etc.) and detailed content information.

How to use Juhe News MCP Server?

To use the server, you need to install it using uv or pip. You also need to configure the JUHE_NEWS_API_KEY environment variable with your聚合数据新闻头条API key. After installation, you can use the provided tools (get_news_list and get_news_content) to retrieve news headlines and content. The server can be integrated with Claude Desktop by configuring the claude_desktop_config.json file.

Key features of Juhe News MCP Server

  • Provides access to latest news headlines

  • Supports different news categories (e.g., top, domestic, technology, sports)

  • Offers detailed news content retrieval

  • Implements two tools: get_news_list and get_news_content

Use cases of Juhe News MCP Server

  • Enabling LLMs to provide up-to-date news information

  • Integrating news data into conversational AI applications

  • Building news aggregation and summarization tools

  • Enhancing LLM responses with real-time news context

FAQ from Juhe News MCP Server

How do I get a JUHE_NEWS_API_KEY?

You can obtain an API key from 聚合数据 at https://www.juhe.cn/docs/api/id/235

What news types are supported by get_news_list?

The get_news_list tool supports various news types such as 'top', 'domestic', 'technology', and 'sports'.

What is the purpose of the uniquekey parameter in get_news_content?

The uniquekey parameter in get_news_content is the unique identifier for a specific news article, allowing you to retrieve its detailed content.

How do I debug the server?

You can use the MCP inspector to debug the server. Instructions are provided in the Debugging section of the README.

How do I ask questions to Cline using this server?

You can ask questions like "今日有哪些热点新闻?", "当前体育热点头条?", or "第5条新闻的详细内容".