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.

评论

其他 分类下的更多 MCP 服务器