x-mcp-server
3
The X MCP Server allows users to interact with the X platform using an MCP client. It requires Node.js, npm, and developer API keys from the X platform. The server can be configured for various clients, facilitating local server connections to the platform.
X MCP Server
This tool is an MCP server designed for interacting with the X platform via an MCP client, like Claude, Cursor AI, and Windsurf AI.
Prerequisites
- Node.js (>=18.0.0)
- npm (>=8.0.0)
- X Developer API keys
Important Notes
- Rate limits are imposed on requests per minute by the X platform. More details can be found on their developer page.
Getting Started
- Clone the repository.
- Install dependencies.
- Build the project to compile source files.
Configuration
- Obtain X Developer API keys and set environment variables for different MCP clients, like Claude, Cursor AI, and Windsurf AI.
- For configuration details, refer to the respective documentation of each client.