trackmcp
Back to directory
RyanKramer

shippost-mcp

View on GitHub

Twitter/X MCP server — give any AI agent Twitter superpowers. Read timelines, post tweets, search, engage, with AI-powered reply drafting.

0 stars PythonOthers Updated Aug 2, 2026
ai-agentsmcpmodel-context-protocoltwitter

Documentation

ShipPost MCP — Twitter/X tools for AI agents

Give any AI agent (Claude Code, Cursor, Windsurf, etc.) the ability to read, write, and engage on Twitter/X.

Quick Start

Claude Code

Add to your `~/.claude/settings.json`:

json
{
  "mcpServers": {
    "twitter": {
      "command": "shippost-mcp",
      "env": {
        "TWITTER_ACCESS_TOKEN": "your-access-token",
        "TWITTER_REFRESH_TOKEN": "your-refresh-token",
        "TWITTER_CLIENT_ID": "your-client-id"
      }
    }
  }
}

Install from PyPI

bash
pip install shippost-mcp

Free Tools

ToolDescription
`get_my_profile`Get your Twitter profile
`get_timeline`Read your home timeline
`get_mentions`Get tweets mentioning you
`get_user_profile`Look up any user's profile
`get_tweet`Get a specific tweet by ID
`search_tweets`Search recent tweets
`post_tweet`Post a tweet
`reply_to_tweet`Reply to a tweet
`like_tweet`Like a tweet
`retweet`Retweet a tweet
`follow_user`Follow a user
ToolDescription
`find_opportunities`AI scans your timeline for the best tweets to reply to
`draft_reply`AI drafts a reply in your voice
`draft_tweet`AI drafts an original tweet
`draft_thread`AI drafts a full thread
`analyze_account`AI analyzes any Twitter account
`get_performance`AI-powered engagement analytics

Get your API key at shippost.ai

Configuration

Env VarRequiredDescription
`TWITTER_ACCESS_TOKEN`YesOAuth 2.0 access token
`TWITTER_REFRESH_TOKEN`RecommendedFor automatic token renewal
`TWITTER_CLIENT_ID`For refreshYour Twitter app's client ID
`SHIPPOST_API_KEY`For AI featuresGet at shippost.ai

License

MIT

Frequently asked questions

What is shippost-mcp?

shippost-mcp is Twitter/X MCP server — give any AI agent Twitter superpowers. Read timelines, post tweets, search, engage, with AI-powered reply drafting.

How do I install shippost-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is shippost-mcp open source?

Yes — it is hosted on GitHub at https://github.com/RyanKramer/shippost-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP