Loading...
npx -y @smithery/cli install mcp-twikit --client claude{
"mcpServer": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-twikit", "mcp-twikit"],
"env": {
"TWITTER_USERNAME": "@example",
"TWITTER_EMAIL": "me@example.com",
"TWITTER_PASSWORD": "secret",
}
}
}search_twitterSearches Twitter for tweets matching a given query.
Read-only operation; retrieves data without modifying anything.
get_timelineRetrieves tweets from the user's Twitter timeline.
Read-only operation; retrieves data without modifying anything.
MCP-Twikit is relatively safe for read-only operations on Twitter data. However, the risk of storing credentials as environment variables makes it crucial to secure the environment. It is risky if the environment is not properly secured, potentially leading to credential compromise and unauthorized access to the user's Twitter account.