Juhe News MCP Server
@juhemcp
About Juhe News MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jnews-mcp-server": {
"command": "uvx",
"args": [
"jnews-mcp-server"
]
}
}
}Tools
2根据新闻类型获取今日热点新闻头条
根据新闻类型获取今日热点新闻头条
Overview
What is Juhe News MCP Server?
Juhe News MCP Server is a Model Context Protocol server that provides news headline information functionality. It enables large language models (LLMs) to retrieve current hot news headlines (including recommended, domestic, technology, sports, etc.) and detailed content from the Juhe news API.
How to use Juhe News MCP Server?
Install via uv (uvx jnews-mcp-server) or pip (pip install jnews-mcp-server; python -m jnews_mcp_server). Set the environment variable JUHE_NEWS_API_KEY with your API key from Juhe. Configure the server in your MCP client (e.g., Claude Desktop) by adding an entry to the mcpServers config with the command and env variable.
Key features of Juhe News MCP Server
- Provides hot news headlines by category (top, domestic, tech, sports, etc.)
- Fetches detailed news content using a unique news ID
- Simple two-tool interface: get_news_list and get_news_content
- Supports pagination with page and page_size parameters
- Designed for use with LLMs via the Model Context Protocol
Use cases of Juhe News MCP Server
- An LLM answering "What are today's hot news?" with live headlines
- Retrieving sports or technology news for a specific query
- Getting full article content for a selected news item
- Integrating real-time news into AI-powered assistants or chatbots
FAQ from Juhe News MCP Server
What tools does Juhe News MCP Server provide?
It provides two tools: get_news_list (to get today's hot headlines by type, with optional page and page_size) and get_news_content (to get detailed content for a given uniquekey).
How do I get an API key?
You need a Juhe News API key from https://www.juhe.cn/docs/api/id/235. Set it as the environment variable JUHE_NEWS_API_KEY.
What Python version is required?
Python 3.10 or higher is required.
How do I configure it with Claude Desktop?
Add an entry to claude_desktop_config.json with command "uvx" (or "python -m jnews_mcp_server") and args, plus the env variable JUHE_NEWS_API_KEY.
How can I debug the server?
Use the MCP inspector: npx @modelcontextprotocol/inspector uvx jnews-mcp-server, or a similar command for local installations.
Frequently asked questions
What tools does Juhe News MCP Server provide?
It provides two tools: get_news_list (to get today's hot headlines by type, with optional page and page_size) and get_news_content (to get detailed content for a given uniquekey).
How do I get an API key?
You need a Juhe News API key from https://www.juhe.cn/docs/api/id/235. Set it as the environment variable JUHE_NEWS_API_KEY.
What Python version is required?
Python 3.10 or higher is required.
How do I configure it with Claude Desktop?
Add an entry to claude_desktop_config.json with command "uvx" (or "python -m jnews_mcp_server") and args, plus the env variable JUHE_NEWS_API_KEY.
How can I debug the server?
Use the MCP inspector: npx @modelcontextprotocol/inspector uvx jnews-mcp-server, or a similar command for local installations.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Website
FunnyWolfAdversary simulation and Red teaming platform with AI

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments