Back to Apps

X MCP Server
Supports UIby samclastine
Production-ready MCP server for interacting with X (Twitter), enabling posting, profile management, and timeline retrieval.
0 stars
Works in:claude
Exposes:Tools
What it does
This server provides a robust bridge to the X (Twitter) API, allowing an AI agent to post tweets, retrieve user profiles, fetch timelines, and interact with posts via likes.
Tools
- x_post: Post text and media to X.
- x_me: Retrieve the authenticated user's profile information.
- get_posts_by_id: Fetch posts authored by a specific user.
- x_my_timeline: Get a reverse-chronological timeline for the user.
- like_tweet_by_tweetId: Like a specific tweet on behalf of the user.
Installation
{
"mcpServers": {
"x-mcp-server": {
"command": "uv",
"args": ["run", "server.py"]
}
}
}
Supported hosts
- Claude
Quick install
uv run server.pyInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"x-mcp-server": {"command": "uv", "args": ["run", "server.py"]}}}





