mcpbeat Sign in

Opentweet MCP Server

by opentweet Your server? Claim it
local only

Opentweet runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from npm. Last commit 4 Jul 2026.

Manage your Twitter/X presence from any AI assistant — schedule, threads, and more

Installs per day peak 53 · avg 13 · +135% w/w
a month agotoday
116
Installs / week
npm · @opentweet/mcp-server
0
Stars
0 open issues
4 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Opentweet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @opentweet/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@opentweet/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@opentweet/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@opentweet/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@opentweet/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENTWEET_API_KEY (Your OpenTweet API key from opentweet.io/dashboard). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Opentweet

same job, measured the same way
Crmsolid MCP
by azorkai

Manage social media DMs and scheduled posts from your AI assistant, across 12 platforms.

48 installs/wk local only
Taplio Linkedin MCP
by taplioofficial

Draft, schedule, publish, and analyze your LinkedIn posts from your AI assistant via Taplio.

answering
Schedchie
by schedchie-www

Schedule, publish and track social posts on nine networks from your AI assistant.

answering
Tweetsmash
by tweetsmash

Search, label, and manage your X (Twitter) bookmarks from any MCP client via Tweetsmash

53 tools answering
1Social
by 1social

Publish, schedule and verify social posts across seven networks from your AI assistant.

answering
Swonkie
by swonkie

Manage social media from your AI client: analytics, posts, scheduling, media, and AI images.

answering
Keryo
by keryo

Create, schedule, and publish social media posts from AI assistants. Built for agencies.

answering
Sociahive
by sociahive

Social media automation from your AI assistant: Instagram DMs, scheduling to 9 platforms, analytics.

answering

Opentweet — questions

Answers built from our own checks of this server.

Why is there no uptime for Opentweet?
Opentweet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @opentweet/mcp-server was installed 116 times last week.
How do I connect Opentweet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @opentweet/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Opentweet?
The npm package @opentweet/mcp-server was installed 116 times in the last week. Week over week that is +135%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Opentweet open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.