← Back to Plugins
MCP Server MCP

io.github.pedrot95dev/twitterapi

github By github 👁 1 views ▲ 0 votes

Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets.

Homepage Verified source GitHub

Install

npx -y @pedrot95dev/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@pedrot95dev/twitterapi.mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "twitterapi.io API key (x-api-key). Required for all tools.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TWITTERAPI_IO_KEY"
        },
        {
          "description": "auth_token cookie from a logged-in X session. Write tools only.",
          "format": "string",
          "isSecret": true,
          "name": "TWITTERAPI_IO_AUTH_TOKEN"
        },
        {
          "description": "ct0 cookie from the same logged-in X session. Write tools only.",
          "format": "string",
          "isSecret": true,
          "name": "TWITTERAPI_IO_CT0"
        },
        {
          "description": "Residential proxy (http://user:pass@ip:port). Write tools only.",
          "format": "string",
          "isSecret": true,
          "name": "TWITTERAPI_IO_PROXY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...