Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Threads MCP Servershow my active threads and suggest what I should work on next"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Threads MCP Server
MCP server exposing Threads CLI data and operations via the Model Context Protocol.
Installation
Usage
With Claude Desktop
Add to your Claude Desktop configuration (claude_desktop_config.json):
Development
Testing with MCP Inspector
Resources
URI | Description |
| All threads |
| Active threads only |
| Hot/warm temperature threads |
| Single thread by ID |
| All containers |
| Single container by ID |
| All groups |
| Single group by ID |
| Entities in a group |
| Full hierarchy tree |
| Suggested next action |
| Progress log for a thread |
Tools
Thread Management
Tool | Description |
| Create a new thread |
| Update thread properties |
| Archive a thread (with optional cascade) |
| Permanently delete a thread |
| Get thread by ID or name |
Progress Tracking
Tool | Description |
| Add progress note to a thread |
| Get progress history |
| Edit a progress entry |
| Delete a progress entry |
Organization
Tool | Description |
| Create organizational container |
| Update container properties |
| Delete a container |
| Create a group |
| Update group properties |
| Delete a group |
| Set entity parent |
| Move entity to group |
| Get immediate children |
| Get path to root |
| Get full subtree |
Query & Search
Tool | Description |
| List threads with filters |
| List containers with filters |
| List all groups |
| Full-text search |
| Suggest next thread to work on |
| Get complete hierarchy |
| Get any entity by ID/name |
| Get container by ID/name |
| Get group by ID/name |
Architecture
Data Storage
Data is stored in ~/.threads/threads.json (same as Threads CLI). This server directly reads and writes to that file, maintaining full compatibility with CLI operations.
Example Workflows
Create and track a project
Review active work
Organize existing threads
License
MIT