Twitter/X MCP for Zed
io.github.granitebps/twitter-mcp
Read public X posts, replies, profiles, and search results through Rettiwt or the official API.
client:Zed
transport:stdio
runtime:npm
Install Twitter/X MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"twitter-mcp": {
"command": "npx",
"args": [
"-y",
"@granitebps/twitter-mcp"
],
"env": {
"RETTIWT_API_KEY": "<RETTIWT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs