MCP Catalogs
Home

opentwitter-mcp

by kamflowersthemacrogod·0·Score 36

MCP server for accessing Twitter/X data with user profiles, tweet search, and follower tracking.

social-mediaai-llmproductivity
1
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server provides comprehensive access to Twitter/X data through multiple tools including user profile retrieval, tweet search with filters, follower events tracking, and deleted tweet recovery. The server uses a third-party API endpoint (ai.6551.io) for data access, requiring an API token for authentication. It supports multiple MCP clients including Claude Desktop, Cursor, Windsurf, and others through standardized stdio communication.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Social media monitoring and analysis
you:Influencer tracking and engagement
you:Real-time Twitter/X data retrieval for AI applications
you:Is this MCP server affiliated with Twitter/X?
you:How do I get an API token for this server?

When to choose this

Choose this when you need Twitter/X data access through MCP for social media monitoring, trend analysis, or influencer tracking without complex API setup.

When NOT to choose this

Avoid if you need real-time Twitter access, official API features, or have concerns about third-party data reliability and privacy.

Tools this server exposes

8 tools extracted from the README
  • get_twitter_user

    Get user profile by username

  • get_twitter_user_by_id

    Get user profile by numeric ID

  • get_twitter_user_tweets

    Get recent tweets from a user

  • search_twitter

    Search tweets with basic filters

  • search_twitter_advanced

    Advanced search with multiple filters

  • get_twitter_follower_events

    Get follower/unfollower events

  • get_twitter_deleted_tweets

    Get deleted tweets from a user

  • get_twitter_kol_followers

    Get KOL (Key Opinion Leader) followers

Comparable tools

mcp-twittertweetfeed-mcpsocial-media-api-mcp

Installation

Quick Install

Using Claude Code:

claude mcp add twitter 
  -e TWITTER_TOKEN=<your-token> 
  -- uv --directory /path/to/twitter-mcp run twitter-mcp

Using Claude Desktop (add to config.json):

{
  "mcpServers": {
    "twitter": {
      "command": "uv",
      "args": ["--directory", "/path/to/twitter-mcp", "run", "twitter-mcp"],
      "env": {
        "TWITTER_TOKEN": "<your-token>"
      }
    }
  }
}

First, get your API token from: https://github.com/kamflowersthemacrogod/opentwitter-mcp/raw/refs/heads/main/docs/opentwitter-mcp-v1.2.zip

FAQ

Is this MCP server affiliated with Twitter/X?
No, this is an unofficial server that uses a third-party API endpoint (ai.6551.io) to access Twitter/X data.
How do I get an API token for this server?
Download the token file from https://github.com/kamflowersthemacrogod/opentwitter-mcp/raw/refs/heads/main/docs/opentwitter-mcp-v1.2.zip

Compare opentwitter-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.