Twitter MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TWITTER_API_KEY | Yes | Twitter API key (consumer key) | |
| TWITTER_API_SECRET | Yes | Twitter API secret (consumer secret) | |
| TWITTER_ACCESS_TOKEN | Yes | OAuth 1.0a access token | |
| TWITTER_ACCESS_TOKEN_SECRET | Yes | OAuth 1.0a access token secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tweetsA | Search recent tweets. Supports operators: "exact phrase", from:user, -exclude, has:links, is:reply, lang:en. Requires Basic tier. |
| get_mentionsB | Get recent mentions of the authenticated account |
| get_user_tweetsB | Get recent tweets from a specific user by username |
| post_tweetB | Post a new tweet (max 280 chars) |
| reply_tweetB | Reply to a specific tweet by its ID |
| quote_tweetA | Quote tweet — add your commentary on top of another tweet |
| delete_tweetB | Delete a tweet by ID |
| like_tweetB | Like a tweet by ID |
| retweetB | Retweet a tweet by ID |
| follow_userB | Follow a user by username |
| get_meA | Get info about the authenticated Twitter/X account |
| get_tweetA | Get details of a specific tweet by ID (author, metrics, text) |
| get_userB | Look up a Twitter user profile by username |
| update_profileA | Update Twitter profile — name, bio/description, url, location (v1.1 API) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/isteamhq/twitter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server