Twitter MCP Server

post_tweet

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