Skip to main content
Glama

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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
    Last updated -
  • 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
    37
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks.
    Last updated -
    36
    19
    12
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP server that enhances TickTick workflow by providing comprehensive task management tools with improved filtering capabilities, allowing AI assistants and MCP-compatible applications to interact with TickTick tasks with greater precision.
    Last updated -
    36

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/mikemc/twist-mcp-server'

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