Twist MCP Server

by mikemc

Twist MCP 서버(테스트)

Twist 작업 공간과 상호작용하는 MCP 서버입니다. Twist REST API를 사용하여 Python으로 작성되었습니다. 현재는 테스트 목적으로만 사용됩니다.

설치

필수 조건

  • 파이썬 3.10+
  • UV 패키지 관리자( 설치 가이드 )
  • Twist API 토큰
  • 트위스트 작업 공간 ID

Twist API 토큰 받기

  1. Twist 계정에 로그인하세요
  2. Twist 앱 콘솔을 방문하세요
  3. 개인용으로 새로운 애플리케이션을 만드세요
  4. OAuth 2 테스트 토큰을 복사합니다. 이 토큰은 MCP 서버에 현재 로그인한 사용자에게 전체 범위 액세스 권한을 부여합니다.

이후 버전에서는 적절한 OAuth 인증을 사용할 예정입니다.

Claude Desktop을 사용한 구성

claude_desktop_config.json의 MCP 서버 세트에 Twist MCP 서버를 추가합니다.

지엑스피1

사용 가능한 도구

현재 사용 가능한 도구는 다음과 같습니다.

  • 받은 편지함
    • twist_inbox_get : 사용자의 받은 편지함 내용을 가져옵니다.
    • twist_inbox_archive_all : 작업 공간의 모든 스레드(또는 지정된 타임스탬프 이후의 모든 스레드)를 보관합니다.
    • twist_inbox_archive : ID별로 특정 스레드를 보관합니다.
    • twist_inbox_unarchive : ID로 특정 스레드를 보관 해제합니다.
    • twist_inbox_mark_all_read : 모든 받은 편지함 스레드를 읽음으로 표시합니다.
    • twist_inbox_get_count : 받은 편지함 스레드 수를 가져옵니다.
  • 스레드
    • twist_threads_getone : ID로 스레드 가져오기
    • twist_threads_get : 채널의 모든 스레드를 가져옵니다.
    • twist_threads_add : 채널에 새 스레드를 추가합니다.
    • twist_threads_update : 기존 스레드 업데이트
    • twist_threads_remove : 스레드 제거
    • twist_threads_star : 스레드에 별표 표시
    • twist_threads_unstar : 스레드 별표 해제
    • twist_threads_pin : 스레드 고정
    • twist_threads_unpin : 스레드 고정 해제
    • twist_threads_move_to_channel : 스레드를 다른 채널로 이동합니다.
    • twist_threads_get_unread : 작업 공간에서 읽지 않은 스레드 가져오기
    • twist_threads_mark_read : 스레드를 읽음으로 표시
    • twist_threads_mark_unread : 스레드를 읽지 않음으로 표시
    • twist_threads_mark_unread_for_others : 다른 사람이 읽지 않은 스레드로 표시합니다.
    • twist_threads_mark_all_read : 작업 공간이나 채널의 모든 스레드를 읽음으로 표시합니다.
    • twist_threads_clear_unread : 작업 공간에서 읽지 않은 스레드를 지웁니다.
    • twist_threads_mute : 스레드를 몇 분 동안 음소거합니다.
    • twist_threads_unmute : 스레드 음소거 해제

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Twist REST API를 사용하여 Twist 작업 공간과 상호작용할 수 있는 MCP 서버로, 사용자는 스레드를 보고, 보관하고, 보관 취소하고, 읽은 것으로 표시하여 Twist 받은 편지함을 관리할 수 있습니다.

  1. 설치
    1. 필수 조건
    2. Twist API 토큰 받기
    3. Claude Desktop을 사용한 구성
  2. 사용 가능한 도구
    1. 특허

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
        Last updated -
        1
        16
        JavaScript
      • A
        security
        F
        license
        A
        quality
        An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
        Last updated -
        39
        26
        • Apple
      • -
        security
        -
        license
        -
        quality
        An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
        Last updated -
        TypeScript
      • -
        security
        -
        license
        -
        quality
        An MCP server that allows users to play the 'Turtle Soup' puzzle game with LLMs acting as game hosts, providing tools to access game rules, puzzles, and comprehensive puzzle information.
        Last updated -
        2
        Python

      View all related MCP servers

      ID: a1cy0o9qbz