X (Twitter) MCP server

by rafaljanicki

search_twitter

Search Twitter to retrieve tweets based on a specific query, filter results by product type, and limit the number of returned items for focused insights.

Instructions

Search Twitter with a query

Input Schema

NameRequiredDescriptionDefault
countNo
cursorNo
productNoTop
queryYes

Input Schema (JSON Schema)

{ "properties": { "count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 100, "title": "Count" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "product": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "Top", "title": "Product" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_twitterArguments", "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/rafaljanicki/x-twitter-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server