mcpbeat Sign in

Twitter/X MCP Server

by granitebps Your server? Claim it
local only

Twitter/X MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 245 installs a week from npm. Last commit 23 Aug 2026.

Read public X posts, replies, profiles, and search results through Rettiwt or the official API.

Installs per day peak 187 · avg 8
a month agotoday
245
Installs / week
npm · @granitebps/twitter-mcp
1
Stars
0 open issues
23 Aug 2026
Last commit
0 releases in 90 days
ISC
License
TypeScript

Nothing serious here today

Today is the operative word: we check Twitter/X MCP 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 twitter-mcp -- npx -y @granitebps/twitter-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twitter-mcp": {
      "args": [
        "-y",
        "@granitebps/twitter-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.twitter-mcp]
command = "npx"
args = ["-y", "@granitebps/twitter-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "twitter-mcp": {
      "args": [
        "-y",
        "@granitebps/twitter-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "twitter-mcp": {
      "args": [
        "-y",
        "@granitebps/twitter-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Twitter/X MCP

same job, measured the same way
CarryFeed
by christian-beep383

Resolve public X/Twitter profiles, posts, and media through CarryFeed.

52 installs/wk local only
twscrape Twitter/X (read-only)
by jsilets

Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.

414 installs/wk local only
SocialDataX X / Twitter MCP
by 52choujiang

X / Twitter public post, comment, reply, user, and search tools.

16 tools answering
TwitterAPIs
by twitterapis

Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.

149 installs/wk local only
Twitter
by jojapi

X (formerly Twitter): X (formerly Twitter) public and private data API for search, posts (Tweets).

32 tools answering
SocialData
by socialdata

Twitter (X) API alternative for AI agents: tweet search, profiles, followers. $0.0002 per result.

14 tools answering
SocialCrawl
by ridiodevelopment

Access 21+ social media platforms through one unified API. Profiles, posts, search.

190 installs/wk local only
SocialListeningAPI
by sociallisteningapi

Search public social posts and web results from AI assistants.

answering

Twitter/X MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Twitter/X MCP?
Twitter/X MCP 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 @granitebps/twitter-mcp was installed 245 times last week.
How do I connect Twitter/X MCP?
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 @granitebps/twitter-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Twitter/X MCP?
The npm package @granitebps/twitter-mcp was installed 245 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Twitter/X MCP open source?
Yes — it is published under the ISC licence, written in TypeScript and 1 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.