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_tweets | Search recent tweets. Supports operators: "exact phrase", from:user, -exclude, has:links, is:reply, lang:en. Requires Basic tier. |
| get_mentions | Get recent mentions of the authenticated account |
| get_user_tweets | Get recent tweets from a specific user by username |
| post_tweet | Post a new tweet (max 280 chars) |
| reply_tweet | Reply to a specific tweet by its ID |
| quote_tweet | Quote tweet — add your commentary on top of another tweet |
| delete_tweet | Delete a tweet by ID |
| like_tweet | Like a tweet by ID |
| retweet | Retweet a tweet by ID |
| follow_user | Follow a user by username |
| get_me | Get info about the authenticated Twitter/X account |
| get_tweet | Get details of a specific tweet by ID (author, metrics, text) |
| get_user | Look up a Twitter user profile by username |
| update_profile | 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
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