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
관련 서버
MCP Interactive
Enables communication between an LLM and a user through an interactive Electron interface.
Lara Translate
Translate text with language detection, context-awareness, and translation memories using the Lara Translate API.
Bluesky
integrates with Bluesky API to query and search feeds and posts.
Gmail
Search and delete emails in your Gmail account.
WeChat Public Account Article Saver
Saves and publishes articles to WeChat Public Accounts.
MCP Reddit Server
An MCP server for interacting with the Reddit API, enabling searches for posts, comments, and subreddits.
WhatsApp Web
An MCP server for interacting with WhatsApp Web, allowing you to send and receive messages.
Facebook MCP Server
Automate and manage interactions on a Facebook Page using the Facebook Graph API.
Interact MCP
Enables real-time communication between AI assistants and users via a web-based chat interface.
Telegram Bot Gateway
A simple gateway to interact with Telegram bots using MCP and a REST API, enabling integration with LLMs.