Enterprise Threads MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| THREADS_ACCESS_TOKEN | Yes | Your Threads access token for API authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_my_profileA | Get your own Threads profile information |
| get_my_threadsB | Get your own threads/posts |
| publish_threadC | Create and publish a new thread |
| delete_threadB | Delete one of your threads |
| search_my_threadsB | Search within your own threads using keywords |
| get_thread_repliesA | Get replies to your specific thread |
| manage_replyB | Hide or show replies to your threads |
| get_my_insightsC | Get analytics and insights for your account |
| get_thread_insightsC | Get performance metrics for your specific thread |
| get_mentionsB | Get threads where you are mentioned |
| get_publishing_limitA | Check your current publishing quotas and limits |
| create_replyC | Reply to a specific thread/post |
| create_thread_chainB | Create a thread chain (multiple connected replies) |
| quote_postB | Quote another thread/post with your own text |
| repost_threadC | Repost/share another thread |
| unrepost_threadA | Remove a repost you previously shared |
| like_postC | Like a thread/post |
| unlike_postA | Remove like from a thread/post |
| get_post_likesB | Get list of users who liked a post |
| create_post_with_restrictionsC | Create post with advanced reply and audience restrictions |
| schedule_postC | Schedule a post to be published at a future time |
| search_postsC | Search for posts using keywords |
| search_mentionsB | Search for posts that mention you or specific users |
| search_by_hashtagsC | Search for posts by hashtag or topic tags |
| search_by_topicsC | Search for posts by topic tags |
| get_trending_postsC | Get trending/popular posts in various categories |
| search_usersA | Search for users by username or display name |
| get_user_followersB | Get followers list for a user |
| get_user_followingC | Get following list for a user |
| follow_userC | Follow a user |
| unfollow_userB | Unfollow a user |
| block_userC | Block a user |
| get_enhanced_insightsC | Get advanced analytics including views, clicks, shares, and demographics |
| get_audience_demographicsC | Get detailed audience demographic analysis |
| get_engagement_trendsC | Analyze engagement patterns and trends over time |
| get_follower_growth_analyticsC | Track follower growth patterns and projections |
| analyze_best_posting_timesC | AI-driven analysis of optimal posting times based on engagement |
| get_content_performance_reportC | Comprehensive performance report across all content |
| create_carousel_postC | Create multi-media carousel posts with up to 20 items (September 2024 update) |
| schedule_postC | Schedule posts with advanced automation and optimal timing |
| auto_hashtag_suggestionsC | AI-powered hashtag suggestions based on content analysis |
| content_optimization_analysisC | Advanced content analysis with optimization recommendations |
| bulk_post_managementD | Manage multiple posts with bulk operations and analytics |
| website_integration_setupC | Setup Threads integration for websites and external platforms |
| validate_setupA | Validate access token, check scopes, and verify business account setup |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 44 tools
Several tools have overlapping purposes, especially in search (search_posts, search_mentions, search_by_hashtags, search_by_topics, search_my_threads) and analytics (get_enhanced_insights, get_audience_demographics, get_engagement_trends, get_follower_growth_analytics, get_content_performance_report). Agents may struggle to choose the right tool for a given task.
Most tools follow a verb_noun snake_case pattern (e.g., create_thread, get_mentions, follow_user), but some deviate with noun phrases or adjective-led names like auto_hashtag_suggestions, content_optimization_analysis, bulk_post_management, and website_integration_setup. The overall style is consistent, but the exceptions create minor inconsistencies.
With 44 tools, this server is overburdened. While the scope is broad (posting, interactions, search, analytics, user management), many tools could be consolidated or omitted. This exceeds the typical recommended range and feels heavy for an agent to navigate.
The tool set covers a wide range of Threads API functionality: posting, replying, liking, following, searching, and detailed analytics. However, there are minor gaps such as no direct get_post_by_id for arbitrary posts and no way to view a single post's details outside of search results, but these are workable.