Interact with a Twist workspace using its REST API.
An MCP server for interacting with a Twist workspace. Written in Python using the Twist REST API. Currently for testing purposes only.
Future versions will use proper OAuth authentication.
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"
}
}
}
}
As of now, the following tools are available:
twist_inbox_get
: Get the contents of the user's inboxtwist_inbox_archive_all
: Archives all threads in a workspace (or, all threads after a given timestamp)twist_inbox_archive
: Archives a specific thread by IDtwist_inbox_unarchive
: Unarchives a specific thread by IDtwist_inbox_mark_all_read
: Marks all inbox threads as readtwist_inbox_get_count
: Gets the count of inbox threadstwist_threads_getone
: Get a thread by IDtwist_threads_get
: Get all threads in a channeltwist_threads_add
: Add a new thread to a channeltwist_threads_update
: Update an existing threadtwist_threads_remove
: Remove a threadtwist_threads_star
: Star a threadtwist_threads_unstar
: Unstar a threadtwist_threads_pin
: Pin a threadtwist_threads_unpin
: Unpin a threadtwist_threads_move_to_channel
: Move a thread to a different channeltwist_threads_get_unread
: Get unread threads in the workspacetwist_threads_mark_read
: Mark a thread as readtwist_threads_mark_unread
: Mark a thread as unreadtwist_threads_mark_unread_for_others
: Mark a thread as unread for otherstwist_threads_mark_all_read
: Mark all threads as read in a workspace or channeltwist_threads_clear_unread
: Clear unread threads in the workspacetwist_threads_mute
: Mute a thread for a number of minutestwist_threads_unmute
: Unmute a threadThis project is licensed under the MIT License. See the LICENSE file for details.
Interact with Wizzypedia through the MediaWiki API, supporting both read-only and authenticated operations.
A high-performance MCP server for analyzing Intercom conversations with fast, local access via caching and background sync.
Post to the Bluesky social network using the AT Protocol.
A headless server to get and send emails via the Gmail API, requiring Google API credentials at runtime.
Send iMessage and SMS messages using the Sendblue API.
A server for interacting with WeChat, a popular messaging and social media app.
Interact with Slack workspaces to read and send messages directly through your AI assistant.
Access PubNub SDK documentation and API resources for real-time communication applications.
An MCP server application that sends various types of messages to the WeCom group robot.
A Text-to-Speech server that integrates with an external VOICEVOX engine.