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_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

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