mcp-news-server
0
MCP News Server is a Model Context Protocol server that enhances Large Language Models by integrating real-time news data through NewsAPI. It is designed to provide current news context and information, thereby improving LLM responses.
MCP News Server
- A Model Context Protocol (MCP) server implementation that integrates real-time news data.
- Extends Large Language Models (LLM) capabilities by providing access to current news.
- Integrates with NewsAPI to enhance LLM responses with up-to-date information.
Prerequisites
- Node.js (v16 or higher)
- NewsAPI key
- GitHub Personal Access Token
Installation
- Clone the repository and navigate to the directory.
- Install the necessary dependencies.
- Configure the API keys in a
.env
file.
Configuration
- Manage server configurations via
mcp.json
.