twitter-mcp

n8nfelipe/twitter-mcp
★ 0 stars Python Security Updated today
MCP (Model Context Protocol) server to interact with Twitter/X directly from any MCP-compatible AI assistant (like opencode). Uses your Twitter session cookies for authentication — no API keys needed.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "twitter-mcp": {
      "command": "uvx",
      "args": [
        "twitter-mcp"
      ]
    }
  }
}

Or install with pip: pip install twitter-mcp

README Excerpt

MCP (Model Context Protocol) server to interact with Twitter/X directly from any MCP-compatible AI assistant (like opencode). Uses your Twitter session cookies for authentication — no API keys needed. - Post, delete, like, and retweet tweets - Search tweets by keyword - View home timeline, user timeline, and tweet details

Tools (12)

delete_tweetfollow_userget_authenticated_userget_home_timelineget_trendsget_tweet_detailget_user_by_usernameget_user_timelinelike_tweetpost_tweetretweetsearch_tweets

Topics

iamcptwitter