twitterapi for Zed
io.github.pedrot95dev/twitterapi
Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets.
client:Zed
transport:stdio
runtime:npm
Install twitterapi in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"twitterapi": {
"command": "npx",
"args": [
"-y",
"@pedrot95dev/twitterapi.mcp"
],
"env": {
"TWITTERAPI_IO_KEY": "<TWITTERAPI_IO_KEY>",
"TWITTERAPI_IO_AUTH_TOKEN": "<TWITTERAPI_IO_AUTH_TOKEN>",
"TWITTERAPI_IO_CT0": "<TWITTERAPI_IO_CT0>",
"TWITTERAPI_IO_PROXY": "<TWITTERAPI_IO_PROXY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs