Skip to main content
Glama

Twitter MCP Server

by takiAA
FROM node:20-slim # Set working directory WORKDIR /app # Install global proxy tools RUN apt-get update && apt-get install -y \ ca-certificates \ curl \ && rm -rf /var/lib/apt/lists/* # Copy package files COPY package.json yarn.lock ./ # Set proxy environment variables globally ENV HTTP_PROXY=http://host.docker.internal:7890 ENV HTTPS_PROXY=http://host.docker.internal:7890 ENV NODE_TLS_REJECT_UNAUTHORIZED=0 # Install dependencies RUN yarn install # Copy application code COPY . . RUN yarn tsc # Command to run the application CMD ["node", "/app/dist/index.js"]

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/takiAA/twitter-scraper-mcp'

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