X Mcp Ctrls
@krish858
About X Mcp Ctrls
mcp for controlling your x account through llm agents(claude desktop/cursor) expalnation vid: https://youtu.be/pAEEIVdsky8
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"x-mcp-ctrls": {
"command": "node",
"args": [
"PATH_TO_DOWNLOADED_FOLDER\\build\\index.js"
],
"env": {
"X_API_KEY": "YOUR_API_KEY",
"X_API_SECRET_KEY": "YOUR_API_KEY",
"X_BEARER_TOKEN": "YOUR_API_KEY",
"X_ACCESS_TOKEN": "YOUR_API_KEY2",
"X_ACCESS_TOKEN_SECRET": "YOUR_API_KEY",
"GEMINI_API_KEY": "YOUR_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 X Mcp Ctrls?
X Mcp Ctrls is an MCP server that enables LLM agents (e.g., in Claude Desktop or Cursor) to control your X (Twitter) account through the X API. It acts as a bridge between AI assistants and your X profile, allowing automated actions via natural language instructions.
How to use X Mcp Ctrls?
Clone the repository, run npm install and npm run build to compile the server, then add the provided JSON configuration (including your X API credentials and optional Gemini API key) to your MCP client setup (Claude Desktop or Cursor). Restart the app – the server is ready for agent commands.
Key features of X Mcp Ctrls
- Control your X account through LLM agents.
- Works with Claude Desktop and Cursor.
- Optional image generation via Gemini API.
- Simple Node.js setup and build.
- Uses official X API credentials for authentication.
Use cases of X Mcp Ctrls
- AI agent posting tweets, replies, or scheduling posts.
- Automating X interactions via natural language commands.
- Integrating X operations into AI-powered workflows.
- Generating and posting images with text (requires Gemini API key).
FAQ from X Mcp Ctrls
What credentials are required to set up X Mcp Ctrls?
You need five X API credentials: X_API_KEY, X_API_SECRET_KEY, X_BEARER_TOKEN, X_ACCESS_TOKEN, and X_ACCESS_TOKEN_SECRET. For image generation, also provide a GEMINI_API_KEY.
Which applications does X Mcp Ctrls work with?
The server is designed for MCP clients such as Claude Desktop and Cursor.
How do I install and run X Mcp Ctrls?
Clone the repository, run npm install then npm run build, and add the JSON configuration from the README to your MCP client’s server list. Make sure to set the correct path to the build/index.js file and fill in the required environment variables.
Can X Mcp Ctrls generate images?
Yes, if you include a GEMINI_API_KEY in the environment variables, the server can generate images through the Gemini API.
What transport protocol does X Mcp Ctrls use?
The server uses stdio transport, invoked by Node.js with the build/index.js entry point.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments