mcp-twikit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TWITTER_EMAILYesYour Twitter email address.
TWITTER_PASSWORDYesYour Twitter password.
TWITTER_USERNAMEYesYour Twitter username.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_twitterSearch twitter with a query. Sort by 'Top' or 'Latest'
get_user_tweetsGet tweets from a specific user's timeline. Args: username: Twitter username (with or without @) tweet_type: Type of tweets to retrieve - 'Tweets', 'Replies', 'Media', or 'Likes' count: Number of tweets to retrieve (default 10)
get_timelineGet tweets from your home timeline (For You). Args: count: Number of tweets to retrieve (default 20)
get_latest_timelineGet tweets from your home timeline (Following). Args: count: Number of tweets to retrieve (default 20)