AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Twist Mcp Server

mcp-mikemc-twist-mcp-server · by mikemc

Twist MCP server

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add mcp-mikemc-twist-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-mikemc-twist-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Twist Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 claudedesktopconfig.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](LICENSE) file for details.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.