threads-mcp
Allows posting and managing Threads content, including text, images, videos, carousels, and interactions such as replying and viewing threads via the Meta Threads API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@threads-mcppost a text thread saying 'Hello from Threads!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
developers.facebook.com → App → thêm sản phẩm Threads API.
Cấp quyền:
threads_basic,threads_content_publish.Qua luồng OAuth Threads → lấy access token + THREADS_USER_ID.
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.
Maintenance
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
- Alicense-qualityDmaintenanceEnables 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 updatedMIT
- AlicenseAqualityAmaintenanceEnables 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 updated594810MIT
- Alicense-qualityFmaintenanceEnables professional Threads management with enterprise-grade analytics, AI-powered content optimization, and automation features, including posting, scheduling, audience insights, and bulk operations.Last updated6712MIT
- Alicense-qualityDmaintenanceEnables professional Threads management with advanced analytics, AI-powered content optimization, and automation features.Last updated67MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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