MCP News Server
@devjiel
MCP News Server について
mcp server of a realtime news api
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"news": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"NEWS_API_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP News Server?
MCP News Server is a Model Context Protocol implementation that enables Large Language Models to access real-time news data through NewsAPI integration, providing up-to-date news content for enhanced LLM responses.
How to use MCP News Server?
Clone the repository, install dependencies with npm install, create a .env file with your NewsAPI key and GitHub Personal Access Token, then configure the server in mcp.json under mcpServers.news with the command node dist/index.js and the required environment variable NEWS_API_KEY.
Key features of MCP News Server
- Integrates real-time news data via NewsAPI
- Enhances LLM responses with current news context
- Requires Node.js v16 or higher
- Uses environment variables for API key configuration
- Configured through standard MCP server JSON settings
- Licensed under the MIT License
Use cases of MCP News Server
- Provide LLMs with live news headlines and articles for context-aware answers
- Automate news monitoring and summarization tasks in AI workflows
- Enable news-based decision support in chatbot or assistant applications
FAQ from MCP News Server
What are the prerequisites for MCP News Server?
You need Node.js v16 or higher, a NewsAPI key (obtainable at newsapi.org), and a GitHub Personal Access Token for GitHub integration.
How do I get a NewsAPI key?
Visit https://newsapi.org to register and obtain a free API key.
What is the license for MCP News Server?
The project is licensed under the MIT License.
How do I configure the server?
Edit the mcp.json file to add the news server entry with the command node dist/index.js and set the NEWS_API_KEY environment variable to your API key.
Where can I get support?
For support and questions, open an issue in the GitHub repository or contact the maintainers as indicated in the README.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ICSS
chokcoco不止于 CSS
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント