Skip to main content
Glama

Twist MCP Server

by mikemc

Twist MCP Server (testing)

An MCP server for interacting with a Twist workspace. Written in Python using the Twist REST API. Currently for testing purposes only.

Installation

Prerequisites

Getting a Twist API Token

  1. Log in to your Twist account
  2. Visit the Twist App console
  3. Create a new application for personal use
  4. Copy the OAuth 2 test token; this token will give the MCP server full scope access to the currently logged in user.

Future versions will use proper OAuth authentication.

Configuration with Claude Desktop

Add the Twist MCP server to the set of MCP servers in your claude_desktop_config.json:

{ "mcpServers": { "twist": { "command": "uv", "args": [ "--directory", "/absolute/path/to/twist-mcp-server", "run", "main.py" ], "env": { "TWIST_API_TOKEN": "your_twist_api_token", "TWIST_WORKSPACE_ID": "your_twist_workspace_id" } } } }

Available Tools

As of now, the following tools are available:

  • Inbox
    • twist_inbox_get: Get the contents of the user's inbox
    • twist_inbox_archive_all: Archives all threads in a workspace (or, all threads after a given timestamp)
    • twist_inbox_archive: Archives a specific thread by ID
    • twist_inbox_unarchive: Unarchives a specific thread by ID
    • twist_inbox_mark_all_read: Marks all inbox threads as read
    • twist_inbox_get_count: Gets the count of inbox threads
  • Threads
    • twist_threads_getone: Get a thread by ID
    • twist_threads_get: Get all threads in a channel
    • twist_threads_add: Add a new thread to a channel
    • twist_threads_update: Update an existing thread
    • twist_threads_remove: Remove a thread
    • twist_threads_star: Star a thread
    • twist_threads_unstar: Unstar a thread
    • twist_threads_pin: Pin a thread
    • twist_threads_unpin: Unpin a thread
    • twist_threads_move_to_channel: Move a thread to a different channel
    • twist_threads_get_unread: Get unread threads in the workspace
    • twist_threads_mark_read: Mark a thread as read
    • twist_threads_mark_unread: Mark a thread as unread
    • twist_threads_mark_unread_for_others: Mark a thread as unread for others
    • twist_threads_mark_all_read: Mark all threads as read in a workspace or channel
    • twist_threads_clear_unread: Clear unread threads in the workspace
    • twist_threads_mute: Mute a thread for a number of minutes
    • twist_threads_unmute: Unmute a thread

License

This project is licensed under the MIT License. See the LICENSE file for details.

Install Server
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
        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 -
        Python
      • 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
        33
        • 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
        5
        12
        TypeScript
        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 -
        29
        Python

      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