twitter-mcp

EnesCinr
342
Twitter MCP Server enables posting tweets and searching Twitter.

Content

MCP Config

Below is the configuration for this MCP Server. You can copy it directly to Cursor or other MCP clients.

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