Odel
TwitterAPIs

TwitterAPIs

Local
@twitterapisJavaScriptMITUpdated Today

Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@twitterapis/mcpv0.9.8

Run

npx -y @twitterapis/mcp

MCP client config

{
  "mcpServers": {
    "twitterapis": {
      "command": "npx",
      "args": [
        "-y",
        "@twitterapis/mcp"
      ]
    }
  }
}