Skip to content
Cline

twitterapi for Cline

io.github.pedrot95dev/twitterapi

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

client:Cline transport:stdio runtime:npm

Install twitterapi in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "twitterapi": {
      "command": "npx",
      "args": [
        "-y",
        "@pedrot95dev/twitterapi.mcp"
      ],
      "env": {
        "TWITTERAPI_IO_KEY": "<TWITTERAPI_IO_KEY>",
        "TWITTERAPI_IO_AUTH_TOKEN": "<TWITTERAPI_IO_AUTH_TOKEN>",
        "TWITTERAPI_IO_CT0": "<TWITTERAPI_IO_CT0>",
        "TWITTERAPI_IO_PROXY": "<TWITTERAPI_IO_PROXY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

twitterapi in other clients