mcpbeat Sign in

Shippost MCP Server

local only

Shippost MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from pypi. Last commit 29 Mar 2026.

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

Installs per day peak 22 · avg 10 · -30% w/w
a month agotoday
57
Installs / week
pypi · shippost-mcp
0
Stars
0 open issues
29 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: TWITTER_ACCESS_TOKEN (Your Twitter OAuth 2.0 access token), TWITTER_REFRESH_TOKEN (Twitter refresh token for automatic renewal), TWITTER_CLIENT_ID (Your Twitter app client ID (needed for token refresh)), SHIPPOST_API_KEY (ShipPost API key for AI-powered features (get at https://shippost.ai)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Shippost MCP

same job, measured the same way
Twitterapi MCP Server
by kaitoinfra

Twitter/X read-only MCP server — 12 tools: search, users, tweets, followers, timelines, trends.

12 tools answering
TwtAPI
by tonygjj

Hosted Twitter/X tools for search, users, timelines, followers, trends, and research.

answering
Twitter
by jojapi

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

32 tools answering
X Twitter
by veezee

X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.

answering
X Twitter Data
by superagnt

X (Twitter) data for AI agents: tweets, profiles, followers, search, trends + social listening.

answering
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.

1 026 installs/wk local only
Curviate
by curviate

LinkedIn actions for AI agents: search, messaging, posts and invites, as hosted MCP tools.

answering

Shippost MCP — questions

Answers built from our own checks of this server.

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