Skip to main content
Glama
hanshan0228

mcp-x-publisher

by hanshan0228

mcp-x-publisher

MCP (Model Context Protocol) server for posting single tweets, threads, and saving drafts to X (Twitter) automatically using Playwright.

Installation / Usage with MCP Clients

Add the following JSON configuration to your MCP client (Claude Desktop, Cursor, Kiro, Claude Code, etc.):

{
  "mcpServers": {
    "x-publisher": {
      "command": "npx",
      "args": ["-y", "mcp-x-publisher"],
      "env": {
        "X_AUTH_TOKEN": "YOUR_AUTH_TOKEN_HERE",
        "X_CT0": "YOUR_CT0_HERE"
      }
    }
  }
}

Related MCP server: X (Twitter) MCP

Features

  • x_publish_post: Publish single post to X (text and optional image).

  • x_publish_thread: Publish multi-tweet thread to X sequentially.

  • x_save_draft: Save a tweet to X online draft box.

Authentication

Authentication cookies can be provided via environment variables:

  • X_AUTH_TOKEN: auth_token cookie value from your X login session.

  • X_CT0: ct0 cookie value from your X login session.

Alternatively, if no environment variables are specified, it will attempt to load saved cookies from ~/.config/baoyu-skills/x-to-markdown/cookies.json (Linux/macOS) or %APPDATA%\baoyu-skills\x-to-markdown\cookies.json (Windows).

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanshan0228/mcp-x-publisher'

If you have feedback or need assistance with the MCP directory API, please join our Discord server