krish858_x_mcp_ctrls

krish858_x_mcp_ctrls

by krish858
An MCP server for controlling your X account through LLM agents like Claude Desktop/Cursor.

X Account Control via LLM Agents

Overview

X-MCP-Ctrl is a powerful tool that allows you to control your X (formerly Twitter) account through LLM (Large Language Model) agents using applications like Claude Desktop or Cursor. This implementation leverages the MCP server to enable seamless interaction with your X account via AI-driven commands.

Setup Guide

Setting up the MCP server is straightforward and involves just a few steps:

  1. Clone the Repository
    Start by cloning the repository to your local machine.

  2. Install and Build the Project
    Navigate to the project directory and run the following commands:
    shell npm install npm run build

  3. Update Your Configuration
    Paste the following JSON configuration into your Claude or Cursor setup:
    json { "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" // ONLY IF YOU WANT IMG GENERATION } } } }

  4. Restart Your Application
    After configuring, restart your application. You can now instruct the AI agent to perform actions on your X account.

Usage

Once configured, you can interact with your X account using natural language commands through the AI agent. For example:
- Post tweets
- Like or retweet posts
- Manage followers
- Generate images (if Gemini API key is provided)

About

This project is designed to simplify the management of your X account by integrating it with LLM agents. It is particularly useful for users who want to automate social media tasks or interact with their accounts programmatically.

Resources

Stats

  • Stars: 0
  • Watchers: 1
  • Forks: 0

Languages

  • TypeScript 100.0%

No releases or packages have been published for this project.

Features & Capabilities

Categories
mcp_server model_context_protocol typescript llm_agents claude x_account api_integration

Implementation Details

Stats

0 Views
0 Favorites
0 GitHub Stars

Repository Info

krish858 Organization

Similar Servers

continuedev_continue by continuedev
0
0
0