Skip to main content
Glama

Twitter MCP Server

MIT License
108
195
  • Apple

post_tweet

Publish new tweets to Twitter directly through the Twitter MCP Server, enabling content sharing with a 280-character limit for streamlined communication.

Instructions

Post a new tweet to Twitter

Input Schema

NameRequiredDescriptionDefault
textYesThe content of your tweet

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "The content of your tweet", "maxLength": 280, "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from Twitter MCP Server

Related Tools

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/EnesCinr/twitter-mcp'

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