Skip to main content
Glama
SarthakRay26

MCP Twitter/X Server

by SarthakRay26

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TWITTER_API_KEYYesYour Twitter API Key
TWITTER_API_SECRETYesYour Twitter API Secret
TWITTER_ACCESS_TOKENYesYour Twitter Access Token
TWITTER_BEARER_TOKENYesYour Twitter Bearer Token
TWITTER_ACCESS_TOKEN_SECRETYesYour Twitter Access Token Secret

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_postsB

Fetch the latest posts from a specified Twitter/X user

create_postB

Create a new post on Twitter/X

get_postA

Get a specific tweet by ID

search_postsC

Search for tweets matching a query

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: fetching a user's timeline, creating a post, retrieving a specific post by ID, and searching by query. There is no meaningful overlap between any pair of tools.

Naming Consistency4/5

All names follow a verb_noun pattern (read_posts, create_post, get_post, search_posts), but pluralization is inconsistent (posts vs post) and 'read' vs 'get' are semantically similar yet used for different operations. Minor deviations from perfect consistency.

Tool Count5/5

With only 4 tools, the server is well-scoped for a minimal Twitter/X client. Each tool covers a core action without unnecessary duplication or overwhelming the agent.

Completeness3/5

The surface covers reading (individual and timeline), creating, and searching posts, but notably lacks a delete operation, leaving a dead end after creation. No user profile or account-related tools, which is a notable gap for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues