Skip to main content
Glama

MCP Server - Twitter NoAuth

twitter_search_tweets

Search tweets on Twitter using a query without requiring local credential setup, enabling quick access to public tweet data for analysis or monitoring.

Instructions

Search for tweets using the Twitter API

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of tweets to return (default: 10)
queryYesThe search query to execute
twitter_access_tokenYesTwitter OAuth2 access token

Input Schema (JSON Schema)

{ "properties": { "max_results": { "description": "Maximum number of tweets to return (default: 10)", "type": "integer" }, "query": { "description": "The search query to execute", "type": "string" }, "twitter_access_token": { "description": "Twitter OAuth2 access token", "type": "string" } }, "required": [ "twitter_access_token", "query" ], "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