MCP X Server
@wylu1037
About MCP X Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-x-server": {
"command": "uvx",
"args": [
"mcp-x-server"
],
"env": {
"CONSUMER_KEY": "",
"CONSUMER_SECRET": "",
"ACCESS_TOKEN": "",
"ACCESS_SECRET": "",
"DEEPSEEK_API_KEY": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP X Server?
MCP X Server helps you write and refine a tweet from a sentence or topic, then publishes it to X (formerly Twitter). It uses AI for text generation and requires X API credentials and a DeepSeek API key.
How to use MCP X Server?
Configure the server in your MCP client’s mcp.json using one of three STDIO methods (local via uv run, Docker, or uvx) or via SSE transport. Set the environment variables CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_SECRET, and DEEPSEEK_API_KEY. Run the server with the command shown in the README.
Key features of MCP X Server
- Write tweets from a sentence or topic using AI
- Refine and improve tweet content before posting
- Publish tweets directly to X (Twitter)
- Supports STDIO and SSE transport protocols
- Configurable via environment variables for credentials
- Can run locally, via Docker, or with uvx
Use cases of MCP X Server
- Drafting tweets quickly from a brief idea
- Improving the wording and tone of a tweet
- Automating tweet generation and posting in MCP workflows
- Experimenting with AI‑generated social media content
FAQ from MCP X Server
What AI service does MCP X Server use?
It uses DeepSeek AI, configured via the DEEPSEEK_API_KEY environment variable.
What credentials are required to use MCP X Server?
You need X (Twitter) API credentials (CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_SECRET) and a DeepSeek API key.
Can MCP X Server run locally?
Yes. You can run it locally using uv run with the provided command or via uvx.
Does MCP X Server support Docker?
Yes. A Docker image is available at wylu1037/mcp-x-server:latest; see the README for configuration.
What transport options are available?
MCP X Server supports both STDIO (via command) and SSE (via fastmcp run --transport sse).
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
Nginx UI
0xJackyYet another WebUI for Nginx
Comments