Agent Twitter Client MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to run the MCP server on (default: 3000) | |
| NODE_ENV | No | Environment (development, production) | |
| LOG_LEVEL | No | Logging level (error, warn, info, debug) | |
| AUTH_METHOD | No | Authentication method to use: 'cookies', 'credentials', or 'api' | |
| TWITTER_EMAIL | No | Your Twitter email address (optional for credentials authentication) | |
| TWITTER_API_KEY | No | Your Twitter API key (for API authentication) | |
| TWITTER_COOKIES | No | JSON array of Twitter cookies strings (required for cookie authentication). Essential cookies are auth_token, ct0, and twid. | |
| TWITTER_PASSWORD | No | Your Twitter password (for credentials authentication) | |
| TWITTER_USERNAME | No | Your Twitter username (for credentials authentication) | |
| TWITTER_2FA_SECRET | No | Your Twitter 2FA secret (required if 2FA is enabled for credentials authentication) | |
| TWITTER_ACCESS_TOKEN | No | Your Twitter access token (for API authentication) | |
| TWITTER_API_SECRET_KEY | No | Your Twitter API secret key (for API authentication) | |
| TWITTER_ACCESS_TOKEN_SECRET | No | Your Twitter access token secret (for API authentication) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user_tweetsC | Fetch tweets from a specific user |
| get_tweet_by_idB | Fetch a specific tweet by ID |
| search_tweetsC | Search for tweets by keyword |
| send_tweetC | Post a new tweet |
| send_tweet_with_pollC | Post a tweet with a poll |
| like_tweetC | Like a tweet |
| retweetC | Retweet a tweet |
| quote_tweetC | Quote a tweet |
| get_user_profileC | Get a user's profile information |
| follow_userB | Follow a Twitter user |
| get_followersC | Get a user's followers |
| get_followingC | Get users a user is following |
| grok_chatC | Chat with Grok via Twitter |
| health_checkB | Check the health of the Twitter MCP server |
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/ryanmac/agent-twitter-client-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server