Back to directory
Rakibulislamsarkar/twitter-mcp

Rakibulislamsarkar/twitter-mcp

@Rakibulislamsarkar0

An MCP server that enables interaction with Twitter, allowing clients to post tweets and search Twitter content.

twittersocialtweetspostsearchother

Installation & Configuration

{
  "mcpServers": {
    "twitter-mcp": {
      "command": "node",
      "args": [
        "actual path to your folder\\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
2025/4/10
Updated
2025/4/11