Skip to main content
Glama
RyanKramer

ShipPost MCP

by RyanKramer

ShipPost MCP — инструменты Twitter/X для ИИ-агентов

Дайте любому ИИ-агенту (Claude Code, Cursor, Windsurf и т.д.) возможность читать, писать и взаимодействовать в Twitter/X.

Быстрый старт

Claude Code

Добавьте в ваш ~/.claude/settings.json:

{
  "mcpServers": {
    "twitter": {
      "command": "shippost-mcp",
      "env": {
        "TWITTER_ACCESS_TOKEN": "your-access-token",
        "TWITTER_REFRESH_TOKEN": "your-refresh-token",
        "TWITTER_CLIENT_ID": "your-client-id"
      }
    }
  }
}

Установка из PyPI

pip install shippost-mcp

Related MCP server: TwitterAPI.io MCP Server

Бесплатные инструменты

Инструмент

Описание

get_my_profile

Получить ваш профиль Twitter

get_timeline

Читать вашу домашнюю ленту

get_mentions

Получить твиты, упоминающие вас

get_user_profile

Посмотреть профиль любого пользователя

get_tweet

Получить конкретный твит по ID

search_tweets

Искать недавние твиты

post_tweet

Опубликовать твит

reply_to_tweet

Ответить на твит

like_tweet

Поставить лайк твиту

retweet

Ретвитнуть твит

follow_user

Подписаться на пользователя

Платные ИИ-инструменты (требуется ключ ShipPost API)

Инструмент

Описание

find_opportunities

ИИ сканирует вашу ленту в поисках лучших твитов для ответа

draft_reply

ИИ составляет ответ в вашем стиле

draft_tweet

ИИ составляет оригинальный твит

draft_thread

ИИ составляет полную ветку

analyze_account

ИИ анализирует любой аккаунт Twitter

get_performance

Аналитика вовлечённости на основе ИИ

Получите ваш API-ключ на shippost.ai

Конфигурация

Переменная окружения

Обязательность

Описание

TWITTER_ACCESS_TOKEN

Да

Токен доступа OAuth 2.0

TWITTER_REFRESH_TOKEN

Рекомендуется

Для автоматического обновления токена

TWITTER_CLIENT_ID

Для обновления

Client ID вашего приложения Twitter

SHIPPOST_API_KEY

Для ИИ-функций

Получить на shippost.ai

Лицензия

MIT

Install Server
A
license - permissive license
A
quality
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
    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
    Provides AI agents and coding assistants with Twitter data access including tweets, user profiles, followers, and search functionality.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to interact with X (Twitter) API v2 for posting tweets, searching, liking, retweeting, and more through natural language.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to fully automate X/Twitter interactions including searching, posting, engaging, and managing multiple accounts without paid API keys.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/RyanKramer/shippost-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server