mcp-threads

pete-builds/mcp-threads
★ 0 stars Python API Integration Updated 2d ago
MCP server for Meta's Threads API, built for unattended operation. The interesting part is not the posting, it is the credential: Threads has no refresh token, so the access token itself is what you refresh, and it dies permanently at 60 days.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-threads": {
      "command": "uvx",
      "args": [
        "mcp-threads"
      ]
    }
  }
}

Or install with pip: pip install mcp-threads

README Excerpt

An MCP server for Meta's [Threads API](https://developers.facebook.com/docs/threads). Thirteen tools over Streamable HTTP: publish posts, reply chains, images, and replies to anyone; read your timeline, replies, and insights; and keep the credential alive without ever touching it. Built around a problem most Threads integrations defer: **the credential expires permanently in 60 days, and the failure is silent.**

Tools (20)

MCP_AUTH_TOKENMCP_HEALTH_PATHMCP_HOSTMCP_PORTMCP_TRANSPORTTHREADS_APP_IDTHREADS_APP_SECRETTHREADS_AUTH_BASETHREADS_DATA_DIRTHREADS_GRANTED_SCOPESTHREADS_GRAPH_BASETHREADS_SEED_TOKENcreate_postcriticaldelete_postget_account_insightsget_container_statusget_post_insightsget_publishing_limitget_replies