Twitter MCP Server

search_tweets

Search for tweets on Twitter

Input Schema

NameRequiredDescriptionDefault
countYesNumber of tweets to return (10-100)
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of tweets to return (10-100)", "maximum": 100, "minimum": 10, "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query", "count" ], "type": "object" }

You must be authenticated.

Other Tools