Skip to main content
Glama

MCP Server - Twitter NoAuth

twitter_get_user_replies

Retrieve recent replies by a specific Twitter user using their ID or username. Access Twitter data without local credential setup through the MCP server, enabling structured API responses. Specify maximum results for tailored output.

Instructions

Get recent replies 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