Skip to main content
Glama
isteamhq

Twitter MCP

by isteamhq

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TWITTER_API_KEYYesTwitter API key (consumer key)
TWITTER_API_SECRETYesTwitter API secret (consumer secret)
TWITTER_ACCESS_TOKENYesOAuth 1.0a access token
TWITTER_ACCESS_TOKEN_SECRETYesOAuth 1.0a access token secret

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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