mcpbeat Sign in

Twitterapi MCP Server

local only

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

Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets.

Installs per day peak 8 · avg 4 · +233% w/w
a month agotoday
28
Installs / week
npm · @pedrot95dev/twitterapi.mcp
0
Stars
0 open issues
3 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: TWITTERAPI_IO_KEY (twitterapi.io API key (x-api-key). Required for all tools.), TWITTERAPI_IO_AUTH_TOKEN (auth_token cookie from a logged-in X session. Write tools only.), TWITTERAPI_IO_CT0 (ct0 cookie from the same logged-in X session. Write tools only.), TWITTERAPI_IO_PROXY (Residential proxy (http://user:pass@ip:port). Write tools only.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Twitterapi

same job, measured the same way
TwitterAPIs
by twitterapis

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

1 026 installs/wk local only
Reddit MCP Server
by jordanburke

Reddit MCP server with full read/write - posts, comments, search, and content creation.

478 installs/wk local only
X (Twitter)
by role1776

Search, read and publish X posts and manage users, lists and media via the X API v2.

local only
TweetAPI MCP
by tweetapi

Read-only public Twitter data and TweetAPI docs for AI agents. Not affiliated with X Corp.

answering
twscrape Twitter/X (read-only)
by jsilets

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

142 installs/wk local only
Tweetkit X
by nsozturk

Post, delete & read on X (Twitter) using your own logged-in web session — no paid API.

192 installs/wk local only
Content Repurposer
by as-the-geek-learns

Repurpose content into Twitter threads, LinkedIn posts, Substack notes, email, and video.

37 installs/wk local only
Shippost MCP
by ryankramer

Twitter/X tools for AI agents — read timelines, post tweets, search, and engage

57 installs/wk local only

Twitterapi — questions

Answers built from our own checks of this server.

Why is there no uptime for Twitterapi?
Twitterapi 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 @pedrot95dev/twitterapi.mcp was installed 28 times last week.
How do I connect Twitterapi?
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 @pedrot95dev/twitterapi.mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Twitterapi?
The npm package @pedrot95dev/twitterapi.mcp was installed 28 times in the last week. Week over week that is +233%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Twitterapi open source?
Yes — it is published under the MIT licence, written in JavaScript 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.