Skip to main content
Glama

Twitter MCP Server

client.v2.labs.write.js463 B
import { API_V2_LABS_PREFIX } from '../globals'; import TwitterApiv2LabsReadOnly from './client.v2.labs.read'; /** * Base Twitter v2 labs client with read/write rights. */ export default class TwitterApiv2LabsReadWrite extends TwitterApiv2LabsReadOnly { constructor() { super(...arguments); this._prefix = API_V2_LABS_PREFIX; } /** * Get a client with only read rights. */ get readOnly() { return this; } }

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