Skip to content
Zed

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

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

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

Twitter/X MCP in other clients