Skip to main content
Glama

MCP Server - Twitter NoAuth

twitter_search_tweets

Search for tweets using a specified query and return results via the Twitter API, without requiring local credential setup. Ideal for extracting tweet data programmatically.

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