Back to directory
@mbelinky/x-mcp-server

@mbelinky/x-mcp-server

@mbelinky3

An enhanced MCP server for X.com that supports posting, searching, and deleting tweets with OAuth authentication

twitterx.comsocialoauthtweetsother

Installation & Configuration

{
  "mcpServers": {
    "twitter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mbelinky/x-mcp-server"
      ],
      "env": {
        "API_KEY": "your_api_key_here",
        "API_SECRET_KEY": "your_api_secret_key_here",
        "ACCESS_TOKEN": "your_access_token_here",
        "ACCESS_TOKEN_SECRET": "your_access_token_secret_here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/6/26
Updated
2025/7/27