twitter-mcp

EnesCinr/twitter-mcp
★ 374 stars TypeScript 🔍 Search Updated 1mo ago
A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "twitter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "EnesCinr/twitter-mcp"
      ]
    }
  }
}