threadslisted
Install: claude install-skill navidmoazzez/threads-mcp
# Threads
30 tools for a Threads profile: posting, chained threads, carousels, replies and reply approvals, insights, keyword search and profile discovery.
## Before anything else
**A Threads post cannot be edited.** There is no edit endpoint. Correcting a typo means deleting and republishing, which loses that post's replies, likes and reposts, and spends one of the 100 deletions the account gets per rolling 24 hours. Get it right the first time.
Run `whoami` if you need to confirm which profile is connected, or `list_accounts` when more than one might be.
## Writing posts
Post text is capped at **500 characters**, and Threads counts emoji as UTF-8 bytes rather than characters. An emoji-heavy post runs out of room well before it looks full. The tools measure both and the error says which limit you crossed, so do not try to count yourself.
Anything longer than 500 characters is `create_thread`, not a truncated `create_post`.
### Threads are chains
There is no thread object. `create_thread` publishes ordinary posts, each replying to the one before. It validates every part before publishing the first, but a network failure mid-chain still leaves public posts. If one fails, the error names exactly how far it got. Report that to the user; do not retry the whole thread, which would duplicate the parts that already went out.
Media, the link card, the topic tag and the reply control apply to the first post only.
### Media
Threads has no upload endpoint. It fetches media f