Skip to main content
Glama

Twitter MCP Server

client.subclient.js671 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const client_base_1 = __importDefault(require("./client.base")); /** * Base subclient for every v1 and v2 client. */ class TwitterApiSubClient extends client_base_1.default { constructor(instance) { if (!(instance instanceof client_base_1.default)) { throw new Error('You must instance SubTwitterApi instance from existing TwitterApi instance.'); } super(instance); } } exports.default = TwitterApiSubClient;

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/crazyrabbitLTC/mcp-twitter-server'

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