-
securityF
license-
qualityAn 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
Twist 작업 공간과 상호작용하는 MCP 서버입니다. Twist REST API를 사용하여 Python으로 작성되었습니다. 현재는 테스트 목적으로만 사용됩니다.
이후 버전에서는 적절한 OAuth 인증을 사용할 예정입니다.
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.
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 받은 편지함을 관리할 수 있습니다.