Skip to main content
Glama

Controles X-MCR

CONTROLA TU X A TRAVÉS DE LOS AGENTES LLM.

Descripción general

X-MCP-Ctrl permite el control de su sistema y de X-Acc a través de agentes LLM utilizando aplicaciones como Claude-desktop/cursor.

Related MCP server: X (Twitter) MCP Server

Guía de configuración

Configurar su MCP es sencillo y solo requiere tres pasos:

  1. Clonar este repositorio.

  2. Instalar y compilar el proyecto

    npm install npm run build
  3. Actualice su configuración Pegue la siguiente configuración JSON en su configuración de Claude o 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