0 stars
TypeScript
Updated Jun 23, 2025
Documentation
News feed mcp (WIP)
Testing Server
You could use [mcp-cli](https://github.com/wong2/mcp-cli) for testing and debugging your MCP server in the terminal.
bash
npx fastmcp dev src/index.tsUse in Cursor
Go to the cursor setting - MCP Tools - New MCP Server, and add your mcp in mcp.json
Local Usage
json
{
"mcpServers": {
"news": {
"command": "npx",
"args": ["tsx","PATH/TO/PROJECT/src/index.ts"]
}
}
}Streamable https
Deployed via [smithery](https://smithery.ai/). Get your url at [smithery/@SpaceStation09/newsfeed-mcp](https://smithery.ai/server/@SpaceStation09/newsfeed-mcp)
json
{
"mcpServers": {
"news": {
"type": "streamableHttp",
"url": "https://server.smithery.ai/@SpaceStation09/newsfeed-mcp/mcp?api_key="
}
}
}TODO
- [x] change rss feed source (for stability and up-to-date news)
- [x] add article support
- [ ] support more news platform
Similar MCP
Based on tags & features
Trending MCP
Most active this week