X (Twitter) MCP server

by rafaljanicki

get_timeline

Retrieve tweets from your home timeline on X (Twitter) with customizable parameters like count, cursor, and seen tweet IDs for efficient navigation and updates.

Instructions

Get tweets from your home timeline (For You)

Input Schema

NameRequiredDescriptionDefault
countNo
cursorNo
seen_tweet_idsNo

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" }, "seen_tweet_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Seen Tweet Ids" } }, "title": "get_timelineArguments", "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