shippost mcp for Zed
io.github.ryankramer/shippost-mcp
Twitter/X tools for AI agents — read timelines, post tweets, search, and engage
client:Zed
transport:stdio
runtime:pypi
Install shippost mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shippost-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs