trackmcp
Back to directory
SpaceStation09

newsFeed-mcp

View on GitHub
0 stars TypeScriptOthers Updated Jun 23, 2025

Documentation

News feed mcp (WIP)

smithery badge

Testing Server

You could use `mcp-cli` for testing and debugging your MCP server in the terminal.

bash
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

json
{
  "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`

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

Frequently asked questions

What is newsFeed-mcp?

newsFeed-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install newsFeed-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is newsFeed-mcp open source?

Yes — it is hosted on GitHub at https://github.com/SpaceStation09/newsFeed-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP