Server data from the Official MCP Registry
Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
Set these up before or after installing:
Environment variable: TWITTER_ACCESS_TOKEN
Environment variable: TWITTER_REFRESH_TOKEN
Environment variable: TWITTER_CLIENT_ID
Environment variable: SHIPPOST_API_KEY
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"
}
}
}A well-structured Twitter/X MCP server with proper authentication and reasonable permissions. The code demonstrates good security practices with secure token handling and appropriate API usage. Minor concerns include token caching and error response handling that could leak sensitive information. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 6 files · 9 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!