Loading...

This server provides a programmatic interface to manage Twitter accounts, enabling users to automate various Twitter interactions.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This server provides a programmatic interface to manage Twitter accounts, enabling users to automate various Twitter interactions.
pip install -r{
"mcpServers": {
"twitter-mcp": {
"command": "uv",
"args": [
"--directory",
"Path\\src\\",
"run",
"--with",
"twikit",
"--with",
"mcp",
"tweet_service.py"
],
"env": {
"COOKIES_PATH": "Path\\cookies.json",
"ENV_FILE": ".env"
}
}
}
}Get TimelineRetrieves the user's Twitter home timeline.
Read-only operation.
Get Any User's TweetsFetches tweets from any public Twitter user.
Read-only operation.
Hashtag SearchSearches for tweets containing a specific hashtag.
Read-only operation.
Get Replies & SummariesRetrieves replies to tweets and provides summarized insights.
Read-only operation.
User Direct MessagesSends and receives Twitter direct messages.
Involves sending messages.
Create PostProgrammatically creates new tweets.
Creates new content on the platform.
Delete PostDeletes tweets through the API.
Deletes user-generated content.
Environment Variable
cloud