
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@opentweet/mcp-server
Advanced tools
OpenTweet MCP Server - Manage your Twitter/X presence from any AI assistant
MCP server for OpenTweet — manage your Twitter/X presence from Claude, Cursor, or any AI assistant.
Sign up at opentweet.io and create an API key from the Developer Dashboard.
One-command setup (auto-detects Claude Code, Claude Desktop, Cursor, and Windsurf):
npx -y @opentweet/mcp-server --install --api-key ot_your_key_here
This will find all installed AI clients on your machine and configure them automatically. Restart your AI clients after running this.
If you prefer to configure manually, add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"opentweet": {
"command": "npx",
"args": ["-y", "@opentweet/mcp-server"],
"env": {
"OPENTWEET_API_KEY": "ot_your_key_here"
}
}
}
}
For Claude Code:
claude mcp add opentweet -- npx -y @opentweet/mcp-server
Ask your AI assistant:
| Tool | Description |
|---|---|
opentweet_create_tweet | Create a tweet (draft, scheduled, or publish now) |
opentweet_create_thread | Create a multi-tweet thread (2-25 tweets) |
opentweet_list_tweets | List tweets with status filters and pagination |
opentweet_get_tweet | Get full details of a specific tweet |
opentweet_update_tweet | Edit tweet text, category, schedule, or media |
opentweet_delete_tweet | Delete a tweet |
opentweet_publish_tweet | Publish a draft/scheduled tweet immediately to X |
opentweet_batch_schedule | Schedule up to 50 tweets at once |
opentweet_get_analytics | Get posting stats, streaks, trends, engagement |
opentweet_get_followers | Get follower growth data over time |
opentweet_get_account | Get account status, subscription, and limits |
opentweet_upload_media | Upload images/videos for use in tweets |
| URI | Description |
|---|---|
opentweet://account | Account status and limits |
opentweet://posts/scheduled | Currently scheduled tweets |
opentweet://posts/drafts | Draft tweets |
opentweet://analytics/summary | Analytics overview |
| Name | Description |
|---|---|
weekly_content_plan | Generate a week of tweet content |
review_and_schedule_drafts | Review drafts and suggest scheduling |
content_from_url | Generate tweets from a URL or topic |
performance_review | Analyze performance and get suggestions |
| Variable | Required | Description |
|---|---|---|
OPENTWEET_API_KEY | Yes | Your OpenTweet API key (starts with ot_) |
OPENTWEET_BASE_URL | No | API base URL (default: https://opentweet.io) |
MIT
FAQs
OpenTweet MCP Server - Manage your Twitter/X presence from any AI assistant
The npm package @opentweet/mcp-server receives a total of 28 weekly downloads. As such, @opentweet/mcp-server popularity was classified as not popular.
We found that @opentweet/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.