Odel
Twitter/X MCP

Twitter/X MCP

Local
@granitebps1TypeScriptISCUpdated Today

Read public X posts, replies, profiles, and search results through Rettiwt or the official API.

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@granitebps/twitter-mcpv1.0.1

Run

npx -y @granitebps/twitter-mcp

MCP client config

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