Twitter Marketing MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PROXY | No | HTTP proxy for users in regions where Twitter is blocked | |
| HTTPS_PROXY | No | HTTPS proxy for users in regions where Twitter is blocked | |
| LICENSE_KEY | No | License key for premium features (obtained via GitHub Sponsors) | |
| DEEPSEEK_API_KEY | No | DeepSeek API key for AI tweet generation (optional, premium feature) | |
| TWITTER_BEARER_TOKEN | Yes | Twitter API v2 Bearer Token for accessing Twitter data |
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 |
|---|---|
| search_tweetsA | Search recent tweets by keyword. Free feature (uses Twitter API v2 free tier or Nitter). |
| analyze_accountA | Analyze any Twitter account: follower count, bio, tweet frequency. Free feature. |
| find_trendingA | Find trending topics on Twitter. Free feature. |
| generate_tweetB | AI-powered tweet generator. PREMIUM feature (GitHub Sponsors). |
| schedule_tweetB | Auto-schedule tweets for optimal engagement. PREMIUM feature. |
| track_metricsC | Dashboard for your Twitter marketing KPIs. PREMIUM feature. |
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 6 tools
Each tool has a clearly distinct purpose: account analysis, trending topics, tweet generation, scheduling, keyword search, and metrics tracking. No two tools overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.
Six tools is well-scoped for a Twitter marketing MCP, covering essential operations without being too few or too many.
The set covers core marketing tasks (analysis, trending, generation, scheduling, search, metrics), but lacks an immediate posting tool or deletion capability, which are minor gaps.