Skip to main content
Glama
Maz1n0-zzz

threads-mcp

by Maz1n0-zzz

Threads MCP Server

MCP đăng & quản lý nội dung Threads qua Meta Threads API. Chạy STDIO (npx từ GitHub). Ai cũng dùng được — chỉ điền 2 biến môi trường.

9 tools: get_profile, post_text, post_image, post_video, post_carousel, list_threads, get_thread, get_replies, reply.

Đăng theo quy trình container (tạo → chờ xử lý nếu có video → publish).

Biến môi trường

Biến

Bắt buộc

Mô tả

THREADS_USER_ID

ID tài khoản Threads

THREADS_ACCESS_TOKEN

Access Token (quyền threads_content_publish)

THREADS_GRAPH_VERSION

Mặc định v1.0

Related MCP server: meta-mcp

Lấy token

  1. developers.facebook.com → App → thêm sản phẩm Threads API.

  2. Cấp quyền: threads_basic, threads_content_publish.

  3. Qua luồng OAuth Threads → lấy access token + THREADS_USER_ID.

  4. Host API: graph.threads.net (khác Facebook/Instagram).

Import vào Evose (STDIO / npx)

{
  "mcpServers": {
    "threads": {
      "command": "npx",
      "args": ["-y", "github:<user>/threads-mcp"],
      "env": {
        "THREADS_USER_ID": "...",
        "THREADS_ACCESS_TOKEN": "..."
      }
    }
  }
}

Thay <user> bằng GitHub username. Execution Timeout để 120s.

Ghi chú

  • Ảnh/video đăng từ URL công khai. License MIT.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with X (Twitter) to post tweets, threads, and replies while retrieving tweet metrics and account information. It supports core management tasks like deleting tweets and verifying authentication through the Twitter API.
    Last updated
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to manage Instagram and Threads accounts — publish content, handle comments, view insights, search hashtags, and manage DMs through the Meta Graph API.
    Last updated
    59
    48
    10
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    Enables professional Threads management with enterprise-grade analytics, AI-powered content optimization, and automation features, including posting, scheduling, audience insights, and bulk operations.
    Last updated
    67
    12
    MIT

View all related MCP servers

Related MCP Connectors

  • Schedule, publish, and analyze social posts on TikTok, Instagram, YouTube, X, Threads, LinkedIn.

  • Publish, schedule, and manage social media posts across major platforms via the Postproxy API.

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maz1n0-zzz/threads-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server