TwitterAPIs for Zed
io.github.twitterapis/twitterapis-mcp
Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.
client:Zed
transport:stdio
runtime:npm
Install TwitterAPIs in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"twitterapis-mcp": {
"command": "npx",
"args": [
"-y",
"@twitterapis/mcp"
],
"env": {
"TWITTERAPIS_KEY": "<TWITTERAPIS_KEY>",
"TWITTERAPIS_BASE_URL": "<TWITTERAPIS_BASE_URL>",
"TWITTERAPIS_TIMEOUT_MS": "<TWITTERAPIS_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs