X (Twitter) MCP server

by rafaljanicki

get_user_subscriptions

Retrieve a list of users a specific account follows on X (Twitter) by providing the user ID, optional count, and cursor for pagination.

Instructions

Retrieves a list of users to which the specified user is subscribed

Input Schema

NameRequiredDescriptionDefault
countNo
cursorNo
user_idYes

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" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id" ], "title": "get_user_subscriptionsArguments", "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