Twitter MCP Tool
Twitter MCP-Tool
Dieses Repository enthält das Twitter MCP Tool , ein Tool zur Optimierung von Social-Media-Aufgaben mit Python. Es bietet Funktionen zum Twittern, zum Ändern des Benutzernamenverlaufs, zum Abrufen aktueller Tweets und zum Senden einer Direktnachricht an einen Benutzer.
Merkmale
1. Tweet-Posting
Posten Sie Tweets mit oder ohne Bilder direkt auf Twitter.
2. Änderungen am Benutzernamen abfragen
Verfolgen Sie den Änderungsverlauf des Benutzernamens aller Twitter-Konten.
3. Aktuelle Tweets abrufen
Rufen Sie die neuesten Tweets aus der Timeline eines beliebigen öffentlichen Twitter-Benutzers ab.
4. Senden Sie eine Direktnachricht (DM)
Senden Sie eine private Nachricht direkt an einen Twitter-Benutzer.
Related MCP server: X MCP Server
Installieren von Abhängigkeiten und Ausführen
Klonen Sie das Repo mit
git clone https://github.com/jalaj-pandey/twitter-mcp-tool.gitInstallieren Sie Abhängigkeiten:
uv venv .venv\Scripts\activate pip install -r requirements.txt mcp dev script.pyUnd wenn Sie es auf dem Claude-Desktop installieren möchten, verwenden Sie
pip install script.pyErstellen Sie eine
.envDatei mit den folgenden Schlüsseln:X_api_key=<your_twitter_api_key> X_api_key_sec=<your_twitter_api_secret> X_access_token=<your_twitter_access_token> X_access_token_sec=<your_twitter_access_token_secret> X_bearer_token=<your_twitter_bearer_token> GEMINI_API_KEY=<your_gemini_api_key>
Verwendung
Öffnen Sie Ihren Claude-Desktop. Sie werden sehen, dass das Twitter MCP-Tool einsatzbereit ist.
Wenn nicht, kopieren Sie die Datei config.json in Ihre claude_desktop_config.json
Ordnerstruktur
.
├── script.py # MCP core logic
├── .env # Environment variables
├── requirements.txt # Python dependencies
├── config.json # config file for claude desktop
└── readme.md # Project documentationThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with X (formerly Twitter), allowing for posting tweets, searching content, managing accounts, and organizing lists.123MIT
- FlicenseBqualityDmaintenanceEnables users to interact with X (Twitter) through the X API. Supports posting tweets, retrieving user timelines, searching tweets, and replying to tweets with comprehensive error handling.314
- FlicenseNot gradedqualityDmaintenanceEnables LLM agents to interact with Twitter (X) for searching tweets, posting content with images, analyzing engagement, and extracting topics using the Twitter API.
- AlicenseNot gradedqualityDmaintenanceEnables interaction with X (Twitter) to post tweets, threads, and replies while retrieving tweet metrics and account information. It supports core management tasks like deleting tweets and verifying authentication through the Twitter API.MIT
Related MCP Connectors
FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native
Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.
Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jalaj-pandey/twitter-mcp-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server