← Back to Plugins
MCP Server MCP

TwitterAPIs

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @twitterapis/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@twitterapis/mcp",
      "version": "0.6.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your twitterapis.com API key. Create one at https://www.twitterapis.com/dashboard. Required: every tool call authenticates with it.",
          "isRequired": true,
          "isSecret": true,
          "name": "TWITTERAPIS_KEY"
        },
        {
          "description": "Override the API base URL. Defaults to https://api.twitterapis.com. Only set this if you were given a different endpoint.",
          "default": "https://api.twitterapis.com",
          "name": "TWITTERAPIS_BASE_URL"
        },
        {
          "description": "Per-request timeout in milliseconds. Raise it if you page through large follower lists on a slow link.",
          "name": "TWITTERAPIS_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...