MCP.so
ログイン

X Mcp Ctrls

@krish858

X Mcp Ctrls について

mcp for controlling your x account through llm agents(claude desktop/cursor) expalnation vid: https://youtu.be/pAEEIVdsky8

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

krish858

投稿者

Krish Pandey

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ