Skip to main content
Glama

MCP Server - Twitter NoAuth

twitter_get_user_tweets

Retrieve recent tweets from a specific Twitter user by providing their username, user ID, or access token. Customize the number of tweets fetched without local credential setup.

Instructions

Get recent tweets by a specific user

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of tweets to return (default: 10)
twitter_access_tokenYesTwitter OAuth2 access token
user_idNoTwitter user ID (optional if username is provided)
usernameNoTwitter username/handle (optional if user_id is provided)

Input Schema (JSON Schema)

{ "properties": { "max_results": { "description": "Maximum number of tweets to return (default: 10)", "type": "integer" }, "twitter_access_token": { "description": "Twitter OAuth2 access token", "type": "string" }, "user_id": { "description": "Twitter user ID (optional if username is provided)", "type": "string" }, "username": { "description": "Twitter username/handle (optional if user_id is provided)", "type": "string" } }, "required": [ "twitter_access_token" ], "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