Skip to main content
Glama

MCP Server - Twitter NoAuth

twitter_reply_to_tweet

Reply to any tweet using a Twitter OAuth2 access token, tweet ID, and reply text. Simplify Twitter interactions without local credential setup on the MCP Server.

Instructions

Reply to an existing tweet

Input Schema

NameRequiredDescriptionDefault
textYesThe reply text content
tweet_idYesID of the tweet to reply to
twitter_access_tokenYesTwitter OAuth2 access token

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "The reply text content", "type": "string" }, "tweet_id": { "description": "ID of the tweet to reply to", "type": "string" }, "twitter_access_token": { "description": "Twitter OAuth2 access token", "type": "string" } }, "required": [ "twitter_access_token", "tweet_id", "text" ], "type": "object" }

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

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