Skip to main content
Glama

mcp-rss

by buhe

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

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

  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 beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
        Last updated -
        3
        9
        36
        JavaScript
        Apache 2.0
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server that provides tools for searching and fetching information from Hacker News.
        Last updated -
        4
        6
        Python
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server implementation that integrates the RSS3 API, allowing users to query data from decentralized chains, social media platforms, and the RSS3 network through natural language.
        Last updated -
        1
        JavaScript
        MIT License
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
        Last updated -
        21
        37
        JavaScript

      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/buhe/mcp_rss'

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