News Feed MCP MCP Server

$npx fastmcp dev src/index.ts
README.md

Access up-to-date news through RSS feeds and read full article content.

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

Tools (2)

fetch_newsFetch up-to-date news from various RSS feed sources.
read_articleRead the full content of a specific news article.

Environment Variables

api_keyAPI key required for Smithery streamable HTTP deployment

Configuration

claude_desktop_config.json
{"mcpServers":{"news":{"command":"npx","args":["tsx","PATH/TO/PROJECT/src/index.ts"]}}}

Try it

Fetch the latest news headlines for today.
Get the most recent updates from the RSS feed.
Read the full content of the article at this URL.
Summarize the latest news stories available in the feed.

Frequently Asked Questions

What are the key features of News Feed MCP?

Access up-to-date news through RSS feeds. Full article content extraction and reading. Support for multiple news platforms. Streamable HTTP deployment via Smithery.

What can I use News Feed MCP for?

Staying updated on current events without leaving the chat interface. Summarizing long-form news articles from RSS links. Researching recent developments on specific topics via news feeds. Monitoring multiple news sources through a single interface.

How do I install News Feed MCP?

Install News Feed MCP by running: npx fastmcp dev src/index.ts

What MCP clients work with News Feed MCP?

News Feed MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use News Feed MCP with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free