Juhe News MCP Server logo

Juhe News MCP Server

by juhemcp

The Juhe News MCP Server provides news headline information to large language models. It enables LLMs to access the latest hot news headlines (including categories like: recommended, domestic, technology, sports, etc.) and detailed content information.

View on GitHub

Last updated: N/A

What is Juhe News MCP Server?

The Juhe News MCP Server is a Model Context Protocol (MCP) server that provides news headline information to large language models (LLMs). It allows LLMs to retrieve current hot news headlines and detailed content from various categories.

How to use Juhe News MCP Server?

To use this server, you need to install it using uv or pip. Configure the JUHE_NEWS_API_KEY environment variable with your Juhe News API key. Then, you can run the server and query it using the provided tools: get_news_list to get news headlines by type, and get_news_content to get detailed content by news ID (uniquekey).

Key features of Juhe News MCP Server

  • Provides latest news headlines

  • Supports multiple news categories

  • Offers detailed news content

  • Easy installation with uv or pip

  • Uses Model Context Protocol (MCP)

Use cases of Juhe News MCP Server

  • Enabling LLMs to answer questions about current events

  • Providing context to LLMs for news-related tasks

  • Building news summarization applications

  • Creating chatbots that can discuss current affairs

  • Integrating news information into other applications

FAQ from Juhe News MCP Server

What is the purpose of this server?

This server provides news headlines and content to large language models.

What is the JUHE_NEWS_API_KEY?

This is the API key required to access the Juhe News API. You can obtain it from https://www.juhe.cn/docs/api/id/235.

How do I install this server?

You can install it using uv (recommended) or pip. Refer to the 'Install' section in the README for detailed instructions.

How do I get news headlines?

Use the get_news_list tool, providing the desired news type as a parameter.

How do I get detailed news content?

Use the get_news_content tool, providing the news ID (uniquekey) as a parameter.