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
Related Servers
MCP Email Service
A service for managing emails across multiple providers.
Slack Webhook
Post messages to Slack channels using incoming webhooks.
MCP WebSocket Server
A WebSocket server for handling mail operations.
X MCP Server
An MCP server for X (Twitter) integration, allowing you to read timelines and engage with tweets.
Voyp
Integrate AI assistants with VOYP's calling capabilities to make calls, search business info, and manage call status.
Bluesky
Post to the Bluesky social network using the AT Protocol.
API Docs MCP
MCP server for API documentation, supporting GraphQL, OpenAPI/Swagger, and gRPC from local files or remote URLs
ChatMCP
A cross-platform AI chat client supporting desktop, mobile, and web platforms.
OpenAI Speech-to-Text
Transcribe audio files using OpenAI's Speech-to-Text API.
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!)