Back to Browse

Shippost MCP Server

Developer ToolsUse Caution4.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.5
Use Caution4.5High Risk

Valid MCP server (0 strong, 3 medium validity signals). 5 known CVEs in dependencies (1 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Twitter OAuth 2.0 access tokenRequired

Environment variable: TWITTER_ACCESS_TOKEN

Twitter refresh token for automatic renewalRequired

Environment variable: TWITTER_REFRESH_TOKEN

Your Twitter app client ID (needed for token refresh)Optional

Environment variable: TWITTER_CLIENT_ID

ShipPost API key for AI-powered features (get at https://shippost.ai)Required

Environment variable: SHIPPOST_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ryankramer-shippost-mcp": {
      "env": {
        "SHIPPOST_API_KEY": "your-shippost-api-key-here",
        "TWITTER_CLIENT_ID": "your-twitter-client-id-here",
        "TWITTER_ACCESS_TOKEN": "your-twitter-access-token-here",
        "TWITTER_REFRESH_TOKEN": "your-twitter-refresh-token-here"
      },
      "args": [
        "shippost-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!