Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

twitterapi in other clients