Skip to main content
Glama

X-MCR-CTRLS

通过 LLM 代理控制您的 X。

概述

X-MCP-Ctrl 允许通过 LLM 代理在 Claude-desktop/cursor 等应用程序中控制您的和 X-Acc。

Related MCP server: X (Twitter) MCP Server

安装指南

设置 MCP 非常简单,只需三个步骤:

  1. 克隆这个 repo。

  2. 安装并构建项目

    npm install
    npm run build
  3. 更新您的配置将以下 JSON 配置粘贴到您的 Claude 或 Cursor 设置中:

       {
      "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
              }
          }
      }
    }
-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/krish858/x-mcp-ctrls'

If you have feedback or need assistance with the MCP directory API, please join our Discord server