Skip to main content
Glama
RyanKramer

ShipPost MCP

by RyanKramer

ShipPost MCP — herramientas de Twitter/X para agentes de IA

Dale a cualquier agente de IA (Claude Code, Cursor, Windsurf, etc.) la capacidad de leer, escribir e interactuar en Twitter/X.

Inicio rápido

Claude Code

Añade a tu ~/.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"
      }
    }
  }
}

Instalar desde PyPI

pip install shippost-mcp

Related MCP server: TwitterAPI.io MCP Server

Herramientas gratuitas

Herramienta

Descripción

get_my_profile

Obtén tu perfil de Twitter

get_timeline

Lee tu timeline de inicio

get_mentions

Obtén tweets que te mencionan

get_user_profile

Consulta el perfil de cualquier usuario

get_tweet

Obtén un tweet específico por ID

search_tweets

Busca tweets recientes

post_tweet

Publica un tweet

reply_to_tweet

Responde a un tweet

like_tweet

Da me gusta a un tweet

retweet

Retuitea un tweet

follow_user

Sigue a un usuario

Herramientas de IA de pago (requiere clave de API de ShipPost)

Herramienta

Descripción

find_opportunities

La IA escanea tu timeline para encontrar los mejores tweets a los que responder

draft_reply

La IA redacta una respuesta con tu estilo

draft_tweet

La IA redacta un tweet original

draft_thread

La IA redacta un hilo completo

analyze_account

La IA analiza cualquier cuenta de Twitter

get_performance

Analíticas de interacción impulsadas por IA

Obtén tu clave de API en shippost.ai

Configuración

Variable de entorno

Requerido

Descripción

TWITTER_ACCESS_TOKEN

Token de acceso OAuth 2.0

TWITTER_REFRESH_TOKEN

Recomendado

Para renovación automática de token

TWITTER_CLIENT_ID

Para renovación

El ID de cliente de tu app de Twitter

SHIPPOST_API_KEY

Para funciones de IA

Obtén en shippost.ai

Licencia

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