shippost mcp for Grok
io.github.ryankramer/shippost-mcp
Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
client:Grok
transport:stdio
runtime:pypi
Install shippost mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shippost-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"shippost-mcp"
],
"env": {
"TWITTER_ACCESS_TOKEN": "<TWITTER_ACCESS_TOKEN>",
"TWITTER_REFRESH_TOKEN": "<TWITTER_REFRESH_TOKEN>",
"TWITTER_CLIENT_ID": "<TWITTER_CLIENT_ID>",
"SHIPPOST_API_KEY": "<SHIPPOST_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs