News feed mcp (WIP)

smithery badge

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 in Communication - Secure MCP Servers

ServerSummaryActions
KimpalbokTV Slack이 저장소는 김팔복TV에서 사용하는 Slack MCP(Model Context Protocol) Server의 예제 코드입니다. Slack...View
AskMeMCPAskMeMCP is a Model Context Protocol (MCP) server that enables AI assistants to request human input...View
Audio MCP ServerAudio MCP Server: An MCP server that gives Claude audio input/output capabilities. It lets Claude li...View
Twilio SMS ServerA versatile SMS service that can run as both a Model Context Protocol (MCP) server for Claude Deskto...View
RetellAIThis is a Model Context Protocol (MCP) server implementation for RetellAI, allowing AI assistants to...View
MCP Intercom ServerA Model Context Protocol (MCP) server that provides access to Intercom conversations and chats. This...View