Skip to main content
Glama

MCP RSS Server

by xrusjohn

MCP RSS

MCP RSS는 RSS 피드와 상호작용하기 위한 MCP(Model Context Protocol) 서버입니다.

특징

  • RSS 피드 구독을 가져오기 위해 OPML 파일 구문 분석
  • RSS 피드에서 자동으로 기사를 가져오고 업데이트합니다.
  • MCP API를 통해 RSS 콘텐츠 노출
  • 기사를 즐겨찾기로 표시
  • 출처 및 상태별로 기사 필터링

설치

필수 조건

  • Node.js(v14 이상)
  • MySQL 데이터베이스

MySQL 설정

지엑스피1

MCP 설치

이 MCP는 통신에 stdio를 사용합니다. 명령에 npx mcp_rss 입력하고, 환경 변수에 사용자 지정해야 하는 구성을 입력하고, 최소한 자체 opml 파일을 사용하세요.

클로드 데스크탑에서 사용

{ "key": "rss", "command": "npx", "args": [ "mcp_rss" ], "env": { "OPML_FILE_PATH": "/Users/guyanhua/feeds.opml" } }

구성

MCP RSS를 구성하려면 다음 환경 변수를 설정하세요.

구성 옵션

옵션설명기본값
DB_호스트데이터베이스 호스트로컬호스트
DB_PORT데이터베이스 포트3306
DB_USERNAME데이터베이스 사용자 이름뿌리
DB_비밀번호데이터베이스 비밀번호123456
DB_데이터베이스데이터베이스 이름mcp_rss
OPML_FILE_PATHRSS 피드를 포함한 OPML 파일 경로"./feeds.opml"
RSS 업데이트 간격RSS 업데이트를 가져오는 간격(분)1

MCP API 참조

MCP RSS 서버는 다음과 같은 API 메서드를 제공합니다.

get_content

구독한 RSS 피드에서 기사를 받아보세요.

매개변수:

매개변수유형설명필수의
상태기사 상태("일반" 또는 "즐겨찾기")로 필터링아니요
원천소스(피드 제목)로 필터링아니요
한계숫자반환할 최대 기사 수아니요(기본값: 10)

응답:

{ "articles": [ { "id": 1, "title": "Article Title", "content": "Article content...", "link": "https://example.com/article", "pubDate": "2023-01-01T12:00:00Z", "fetchDate": "2023-01-01T12:30:00Z", "status": "normal", "feedTitle": "Example Feed", "feedCategory": "Technology" } ], "success": true }

get_sources

사용 가능한 RSS 피드 소스를 모두 가져옵니다.

매개변수: 없음

응답:

{ "sources": [ { "id": 1, "title": "Example Feed", "category": "Technology" } ], "success": true }

태그 설정

기사의 상태(일반 또는 즐겨찾기)를 설정합니다.

매개변수:

매개변수유형설명필수의
상태기사 상태("일반" 또는 "즐겨찾기")
기사ID숫자업데이트할 문서의 ID

응답:

{ "success": true, "message": "Article 1 status has been updated to favorite" }

특허

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

RSS 피드와의 상호작용을 허용하는 모델 컨텍스트 프로토콜 서버로, 사용자는 OPML 파일을 통해 구독을 가져오고, 기사를 자동으로 가져와 업데이트하고, 소스 및 상태별로 콘텐츠를 필터링할 수 있습니다.

  1. 특징
    1. 설치
      1. 필수 조건
      2. MySQL 설정
      3. MCP 설치
    2. 구성
      1. 구성 옵션
    3. MCP API 참조
      1. get\_content
      2. get\_sources
      3. 태그 설정
    4. 특허

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides web content fetching and conversion capabilities.
        Last updated -
        4
        89
        2
        JavaScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables large language models to access the latest trending news headlines and detailed content across various categories including recommended, domestic, technology, and sports news.
        Last updated -
        Python
        • Apple
      • -
        security
        A
        license
        -
        quality
        MCP RSS is a Model Context Protocol (MCP) server for interacting with RSS feeds
        Last updated -
        23
        4
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that interfaces with Alpaca trading API, allowing users to manage portfolios, place trades, and access market data through natural language interactions.
        Last updated -
        Python

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/xrusjohn/mcp_rss_buhe'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server