Skip to main content
Glama
jsilets

twscrape-twitter-mcp

by jsilets

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port (Railway injects this).8080
TWSCRAPE_TWITTER_MCP_DBNoOverride the pool path directly.
TWSCRAPE_TWITTER_MCP_HOMENoWhere the sqlite account pool lives. Point at a volume in prod.~/.config/twscrape-twitter-mcp
TWSCRAPE_TWITTER_MCP_PROXYNoGlobal proxy for every account.
TWSCRAPE_TWITTER_MCP_CDP_URLNoBrowser DevTools endpoint for login --attach.http://127.0.0.1:9222
TWSCRAPE_TWITTER_MCP_AUTH_TOKENNoRequired bearer token for HTTP transport.
TWSCRAPE_TWITTER_MCP_DEFAULT_LIMITNoDefault result count.40

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
auth_statusA

Check whether this server has an active X session, without exposing cookies.

read_tweetA

Read a single X post by URL or numeric id. Returns clean markdown.

user_profileA

Read an X user's profile by handle. Returns clean markdown.

Pass the handle with or without a leading @.

read_threadA

Read a full X thread as markdown: the root post, the author's self-thread, and top replies. Pass any tweet in the thread.

read_repliesA

Read the replies to an X post as markdown.

read_quotesA

Read quote-tweets of an X post (best-effort, via search:quoted_tweet_id). Coverage is partial, X does not expose a complete quotes endpoint.

user_timelineA

Read a user's recent posts as markdown, newest first.

Pass the handle with or without a leading @. Set include_replies=True to include the user's replies alongside their standalone posts.

searchA

Search X and return matching posts as markdown.

product: "Latest" | "Top" | "Media". Supports X operators, e.g. from:user, to:user, has:media, -is:retweet, min_faves:100, since:2026-01-01.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jsilets/twscrape-twitter-mcp'

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