Skip to main content
Glama
jalaj-pandey

Twitter MCP Tool

by jalaj-pandey

Twitter MCP-инструмент

Этот репозиторий содержит Twitter MCP Tool , инструмент, разработанный для оптимизации задач социальных сетей с использованием Python. Он включает функции для твитов, истории изменения имени пользователя, получения последних твитов и отправки прямого сообщения пользователю.

Функции

1. Публикация твитов

Публикуйте твиты с изображениями или без них прямо в Twitter.

2. Запрос изменений имени пользователя

Отслеживайте историю смены имени пользователя любой учетной записи Twitter.

3. Получить последние твиты

Получите последние твиты из ленты новостей любого публичного пользователя Twitter.

4. Отправьте личное сообщение (DM)

Отправьте личное сообщение напрямую пользователю Twitter.

Related MCP server: X MCP Server

Установка зависимостей и запуск

  1. Клонируйте репозиторий, используя

    git clone https://github.com/jalaj-pandey/twitter-mcp-tool.git
  2. Установить зависимости:

    uv venv
    .venv\Scripts\activate
    pip install -r requirements.txt
    mcp dev script.py

    А если вы хотите установить его на рабочий стол Клода, то используйте

    pip install script.py
  3. Создайте файл .env со следующими ключами:

    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>

Использование

Откройте рабочий стол Клода и вы увидите, что Twitter MCP Tool готов к использованию.

Если нет, то скопируйте и вставьте config.json в ваш claude_desktop_config.json.

Структура папки

.
├── script.py           # MCP core logic
├── .env                # Environment variables
├── requirements.txt    # Python dependencies
├── config.json         # config file for claude desktop
└── readme.md           # Project documentation
F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    Enables 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.
    3
    14
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables LLM agents to interact with Twitter (X) for searching tweets, posting content with images, analyzing engagement, and extracting topics using the Twitter API.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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