Back to directory
datawhisker/x-mcp-server

datawhisker/x-mcp-server

@DataWhisker

A Model Context Protocol (MCP) server for X (Twitter) integration providing 26 tools for reading timelines, posting, searching, engagement, user lookup, and media upload

twitterxsocial-mediamcpapipostingtimelineengagementtool

Installation & Configuration

{
  "mcpServers": {
    "x": {
      "command": "node",
      "args": [
        "path/to/x-mcp-server/build/index.js"
      ],
      "env": {
        "TWITTER_API_KEY": "your-api-key",
        "TWITTER_API_SECRET": "your-api-secret",
        "TWITTER_ACCESS_TOKEN": "your-access-token",
        "TWITTER_ACCESS_SECRET": "your-access-secret",
        "TWITTER_OAUTH2_ACCESS_TOKEN": "your-oauth2-token"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/17
Updated
2026/6/17