Skip to main content
Glama

Raindrop.io MCP Server

Raindrop.io MCP 서버

LLM이 MCP(모델 컨텍스트 프로토콜)를 사용하여 Raindrop.io 북마크와 상호 작용할 수 있도록 하는 통합입니다.

특징

  • 북마크 만들기
  • 북마크 검색
  • 태그로 필터링

요구 사항

  • Node.js 16 이상
  • Raindrop.io 계정 및 API 토큰

설정

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Raindrop.io 통합을 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 저장소를 복제합니다.
git clone https://github.com/hiromitsusasaki/raindrop-io-mcp-server cd raindrop-io-mcp-server
  1. 종속성 설치:
npm install
  1. 환경 변수 설정:
  • .env 파일을 만들고 Raindrop.io API 토큰을 설정하세요.
RAINDROP_TOKEN=your_access_token_here
  1. 짓다:
npm run build

Claude와 함께 데스크톱 사용

  1. 데스크톱용 Claude 구성 파일을 엽니다.
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  1. 다음 구성을 추가합니다.
{ "mcpServers": { "raindrop": { "command": "node", "args": ["PATH_TO_BUILD/index.js"], "env": { "RAINDROP_TOKEN": "your_access_token_here" } } } }
  1. 데스크톱용 Claude를 다시 시작하세요

사용 가능한 도구

북마크 만들기

새로운 북마크를 만듭니다.

매개변수:

  • url : 북마크할 URL (필수)
  • title : 북마크 제목 (선택 사항)
  • tags : 태그 배열(선택 사항)
  • collection : 컬렉션 ID (선택 사항)

검색 북마크

북마크를 통해 검색합니다.

매개변수:

  • query : 검색 쿼리(필수)
  • tags : 필터링할 태그 배열(선택 사항)

개발

# Build for development npm run build # Start server npm start

보안 참고 사항

  • 항상 환경 변수를 사용하여 API 토큰을 관리하세요
  • Claude for Desktop 구성 파일에 대한 적절한 권한 설정
  • 불필요한 파일 접근 제한

오픈소스

누구나 사용하고 기여할 수 있는 오픈 소스 MCP 서버입니다. 이 프로젝트는 MIT 라이선스에 따라 배포됩니다.

기여하다

기여를 환영합니다! 이 프로젝트 개선에 도움이 되는 이슈, 기능 요청 또는 풀 리퀘스트를 자유롭게 제출해 주세요.

관련 링크

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

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

대규모 언어 모델이 모델 컨텍스트 프로토콜을 통해 Raindrop.io 북마크와 상호 작용할 수 있는 통합을 통해 사용자는 AI 도우미를 통해 직접 북마크를 만들고 검색할 수 있습니다.

  1. 특징
    1. 요구 사항
      1. 설정
        1. Smithery를 통해 설치
        2. 수동 설치
      2. Claude와 함께 데스크톱 사용
        1. 사용 가능한 도구
          1. 북마크 만들기
          2. 검색 북마크
        2. 개발
          1. 보안 참고 사항
            1. 오픈소스
              1. 기여하다
                1. 관련 링크

                  Related MCP Servers

                  • -
                    security
                    F
                    license
                    -
                    quality
                    This server provides an API to query Large Language Models using context from local files, supporting various models and file types for context-aware responses.
                    Last updated -
                    1
                    TypeScript
                  • -
                    security
                    F
                    license
                    -
                    quality
                    Facilitates enhanced interaction with large language models (LLMs) by providing intelligent context management, tool integration, and multi-provider AI model coordination for efficient AI-driven workflows.
                    Last updated -
                    Python
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol implementation that enables AI assistants to interact with markdown documentation files, providing capabilities for document management, metadata handling, search, and documentation health analysis.
                    Last updated -
                    14
                    346
                    11
                    TypeScript
                    MIT License
                    • Apple
                    • Linux
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A server that enables Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the Model Context Protocol.
                    Last updated -
                    378
                    96
                    TypeScript
                    MIT License
                    • Apple

                  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/hiromitsusasaki/raindrop-io-mcp-server'

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