Skip to main content
Glama

MCP Server - Twitter NoAuth

twitter_post_tweet

Publish tweets directly via Twitter API using an OAuth2 access token, without local credential setup, simplifying social media automation and management.

Instructions

Post a new tweet

Input Schema

NameRequiredDescriptionDefault
textYesThe tweet text content
twitter_access_tokenYesTwitter OAuth2 access token

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "The tweet text content", "type": "string" }, "twitter_access_token": { "description": "Twitter OAuth2 access token", "type": "string" } }, "required": [ "twitter_access_token", "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