xbird for Zed
io.github.checkra1neth/xbird
Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.
client:Zed
transport:stdio
runtime:npm
Install xbird in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"xbird": {
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "<XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<XBIRD_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs