Skip to content
Zed

x-use for Zed

io.github.ihuzaifashoukat/x-use

Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.

client:Zed transport:stdio runtime:pypi

Install x-use 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": {
    "x-use": {
      "command": "uvx",
      "args": [
        "x-use-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "OPENAI_BASE_URL": "<OPENAI_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

x-use in other clients