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 Email Service
A service for managing multiple email accounts from various providers like 163, Gmail, QQ, and Outlook.
S-IMSY MCP Server
Provides SSE and HTTP streamable connection endpoints, authenticated via a SIMSY App token.
Social Neuron MCP Server
50+ AI tools for end-to-end social media management — brand extraction, video generation, multi-platform scheduling, analytics, and closed-loop optimization.
Telegram Bot Gateway
A simple gateway to interact with Telegram bots using MCP and a REST API, enabling integration with LLMs.
Deepseek R1
An MCP server for the Deepseek R1 model, using the Deepseek API.
mcp-proxy
A standalone proxy to connect STDIO-based MCP clients with HTTP (SSE) based MCP servers.
Telegram Notifier (Botfather)
Use botfather bot to notify yourself on Telegram.
Beehiiv
Manage your Beehiiv newsletter by adding subscribers and fetching posts using natural language.
Telegram MCP Server
Interact with a Telegram account using the user client API, allowing AI assistants to manage chats and messages.
vv-mcp
A text-to-speech (TTS) server using the VOICEVOX engine. Requires a running VOICEVOX instance and is currently macOS only.