Skip to main content
Glama
ryanmac

Agent Twitter Client MCP

by ryanmac

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort to run the MCP server on (default: 3000)
NODE_ENVNoEnvironment (development, production)
LOG_LEVELNoLogging level (error, warn, info, debug)
AUTH_METHODNoAuthentication method to use: 'cookies', 'credentials', or 'api'
TWITTER_EMAILNoYour Twitter email address (optional for credentials authentication)
TWITTER_API_KEYNoYour Twitter API key (for API authentication)
TWITTER_COOKIESNoJSON array of Twitter cookies strings (required for cookie authentication). Essential cookies are auth_token, ct0, and twid.
TWITTER_PASSWORDNoYour Twitter password (for credentials authentication)
TWITTER_USERNAMENoYour Twitter username (for credentials authentication)
TWITTER_2FA_SECRETNoYour Twitter 2FA secret (required if 2FA is enabled for credentials authentication)
TWITTER_ACCESS_TOKENNoYour Twitter access token (for API authentication)
TWITTER_API_SECRET_KEYNoYour Twitter API secret key (for API authentication)
TWITTER_ACCESS_TOKEN_SECRETNoYour Twitter access token secret (for API authentication)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_user_tweets

Fetch tweets from a specific user

get_tweet_by_id

Fetch a specific tweet by ID

search_tweets

Search for tweets by keyword

send_tweet

Post a new tweet

send_tweet_with_poll

Post a tweet with a poll

like_tweet

Like a tweet

retweet

Retweet a tweet

quote_tweet

Quote a tweet

get_user_profile

Get a user's profile information

follow_user

Follow a Twitter user

get_followers

Get a user's followers

get_following

Get users a user is following

grok_chat

Chat with Grok via Twitter

health_check

Check the health of the Twitter MCP server

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/ryanmac/agent-twitter-client-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server