threads-post

Solid

Create and schedule Threads posts with image carousels and reply control via Publora MCP. Use when the user wants to post to Meta's Threads. Multi-part threading is currently disabled by the platform, so long content stays a single post. Not for Instagram (use instagram-post) or X threads (use x-post).

AI & Automation 47 stars 5 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Threads Post Create and schedule posts on Meta's Threads using the Publora MCP server. Supports single posts, image carousels (2-20 images) and reply control. Multi-part threading is disabled by the platform connection right now. ## Prerequisites **Plans:** Works on the free Starter plan. Current limits and pricing: [publora.com/pricing](https://publora.com/pricing). ### Getting Started 1. **Create account** at [publora.com/register](https://publora.com/register) (free) 2. **Connect Threads** via Instagram OAuth in [Publora Dashboard](https://app.publora.com/dashboard) 3. **Get API key** at [app.publora.com/dashboard/api](https://app.publora.com/dashboard/api) 4. **Connect your agent** to the MCP server at `https://mcp.publora.com`, authenticating with `Authorization: Bearer sk_YOUR_API_KEY`. In Claude Code: ```bash claude mcp add publora --transport http https://mcp.publora.com \ --header "Authorization: Bearer sk_YOUR_API_KEY" ``` Claude Desktop, Cursor, Codex, OpenClaw and the claude.ai connector each need a different config file or flow: see [client setup](https://docs.publora.com/mcp/client-setup) for the exact path and snippet. ### REST API Fallback If MCP is unavailable, use the REST API directly: **Base URL:** `https://api.publora.com/api/v1` **Authentication:** `x-publora-key` header ```bash # Get connected platforms curl -X GET "https://api.publora.com/api/v1/platform-connections" \ -H "x-publora-key: sk_your_api_key" # Create a post curl -X PO...

Details

Author
publora
Repository
publora/skills
Created
5 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category