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
Inbox Zero
AI personal assistant for email Inbox Zero
Twilio
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
gotoolkits/wecombot
An MCP server application that sends various types of messages to the WeCom group robot.
Upbit MCP Server
Access market data, manage accounts, and execute trades on the Upbit Cryptocurrency Exchange via its OpenAPI.
MCP ChatGPT Proxy
A production-ready MCP server for ChatGPT and o3-pro, featuring caching, cost tracking, and rate limiting.
Reddit
Access Reddit's public API to browse frontpage posts, subreddit information, and read post comments.
rqbit
Interact with the rqbit torrent client API. Requires a running rqbit instance.
AgentRPC
Connect to any function, any language, across network boundaries using AgentRPC.
ChatSum
Summarize chat messages from a local database file.
Agent Communication MCP Server
Enables room-based messaging between multiple agents.