Back to Home
Jing-yilin icon

twitterapi-mcp-server

Verified Safe

by Jing-yilin

Overview

Provides Model Context Protocol (MCP) access to Twitter data and write actions through the TwitterAPI.io service for LLM clients like Claude.

Installation

Run Command
npx twitterapi-mcp-server

Environment Variables

  • TWITTERAPI_API_KEY
  • PROXY_URL
  • HTTP_PROXY
  • HTTPS_PROXY

Security Notes

The server securely handles API keys via environment variables and stores sensitive login cookies only in-memory. It uses HTTPS for all API requests and supports enterprise proxies. A moderate risk exists with client-provided `save_dir` arguments for file writes, as a malicious client could potentially attempt to write to arbitrary file paths on the local system if not properly restricted by the client-side sandbox; however, the content written is controlled (cleaned JSON data). No 'eval' or obvious obfuscation is present.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-10

Tags

MCP ServerTwitter APISocial MediaData AccessLLM Tools