mcp_news
@marioluciofjr
About mcp_news
Repositório com um MCP-Server que traz um resumo de notícias, mas só se tiver a senha correta da tool
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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_news?
mcp_news is a tool for searching and summarizing web news using the Model Context Protocol (MCP). It allows a language model to securely access a news search tool via a password and return structured results. Built with Python, it is designed for users of Claude Desktop who want concise, journalistic-style news summaries on a given topic.
How to use mcp_news?
Install Python 3.10+, the uv package, and Claude Desktop. Clone the repository, run uv init inside the project folder, then add dependencies with uv add mcp[cli] dotenv smolagents[toolkit]. Rename .env.example to .env and set the password. Add the MCP server configuration to claude_desktop_config.json using the command uv --directory <path> run server.py. Finally, use the prompt "acesso" via the Claude Desktop interface, fill in the password and topic, and execute the prompt.
Key features of mcp_news
- Provides a
search_newstool with password-based authentication. - Includes a predefined
acessoprompt for structured summarization. - Uses
smolagents'WebSearchToolfor web news search. - Built with FastMCP and the official MCP Python SDK.
- Outputs news summaries in a specific format: title, summary, additional context.
Use cases of mcp_news
- Quickly obtain a structured summary of recent news on any topic.
- Enable an LLM to act as a journalist, researching and formatting news.
- Securely delegate news retrieval to an AI assistant within Claude Desktop.
- Simulate editorial research workflows using MCP tools.
FAQ from mcp_news
How does the password protect the search tool?
The search_news tool checks the provided password against a value stored in a .env file. If correct, it proceeds with the web search; otherwise, it returns an error message.
What format does the news summary follow?
The prompt "acesso" instructs the model to return a summary with a title, a first paragraph providing a brief summary, and a second paragraph with additional context.
What are the runtime requirements?
Python 3.10 or higher, the uv package, and Claude Desktop installed on the computer.
Can I use mcp_news without Claude Desktop?
The README specifically provides installation instructions for Claude Desktop and configures the server in claude_desktop_config.json. No alternative client is mentioned.
Is there any known limitation of the server?
The README describes it as a simple MCP server using only FastMCP and following Anthropic’s Python SDK examples. No explicit limitations are listed.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
🚀 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,
Comments