Back to directory
rakibulislamsarkar/twitter-mcp

rakibulislamsarkar/twitter-mcp

@Rakibulislamsarkar

A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.

twittersocial-mediapostingsearchapimcptool

Installation & Configuration

{
  "mcpServers": {
    "twitter-mcp": {
      "command": "node",
      "args": [
        "twitter-mcp/build/index.js"
      ],
      "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
2026/6/13
Updated
2026/6/13