← Back to Plugins
MCP Server MCP

Twitter/X MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @granitebps/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@granitebps/twitter-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Rettiwt key containing an authenticated X browser session",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RETTIWT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...