@redjay/threads-mcp
v1.4.0
Published
MCP server for Threads platform
Downloads
237
Maintainers
Readme
@redjay/threads-mcp
MCP (Model Context Protocol) server for the Threads platform. Enables AI assistants like Claude to interact with your threads data.
Installation
npm install @redjay/threads-mcpUsage
With Claude Code
Add to your Claude Code MCP configuration:
{
"mcpServers": {
"threads": {
"command": "threads-mcp"
}
}
}Standalone
npx @redjay/threads-mcpAvailable Tools
The MCP server exposes tools for:
- Creating and managing threads
- Adding progress entries
- Listing and searching threads
- Managing containers and groups
- Handling dependencies
Protocol
Implements the Model Context Protocol specification for seamless AI assistant integration.
License
MIT
