News Feed
A news feed server for aggregating news from various sources.
News feed mcp (WIP)
Testing Server
You could use mcp-cli for testing and debugging your MCP server in the terminal.
npx fastmcp dev src/index.ts
Use in Cursor
Go to the cursor setting - MCP Tools - New MCP Server, and add your mcp in mcp.json
Local Usage
{
"mcpServers": {
"news": {
"command": "npx",
"args": ["tsx","PATH/TO/PROJECT/src/index.ts"]
}
}
}
Streamable https
Deployed via smithery. Get your url at smithery/@SpaceStation09/newsfeed-mcp
{
"mcpServers": {
"news": {
"type": "streamableHttp",
"url": "https://server.smithery.ai/@SpaceStation09/newsfeed-mcp/mcp?api_key=<YOUR_KEY>"
}
}
}
TODO
- change rss feed source (for stability and up-to-date news)
- add article support
- support more news platform
関連サーバー
gemot
Deliberation primitive for multi-agent coordination — cruxes, vote clustering, consensus.
MCP Interactive
Enables communication between an LLM and a user through an interactive Electron interface.
MCP-Pushover Bridge
Enables AI assistants to send push notifications via the Pushover service.
Gmail MCP Server
An MCP server that enables AI models to interact directly with the Gmail API to manage emails.
MCP-Lingvanex-Translate
Lingvanex MCP Server Cloud API – A Model Context Protocol server that provides fast and accurate text translation using the Lingvanex Cloud API. Supports 100+ languages and integrates seamlessly with Claude Desktop and other MCP-compatible clients.
gotoolkits/wecombot
An MCP server application that sends various types of messages to the WeCom group robot.
LINE Bot MCP Server
Connects an AI agent to a LINE Official Account using the LINE Messaging API.
Hacker News MCP Server
Access Hacker News stories, comments, and user profiles using the Hacker News API.
X MCP Server
An MCP server for X (Twitter) integration, allowing you to read timelines and engage with tweets.
Ntfy
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)