x-mcp-server 0.1.0

A Model Context Protocol (MCP) server that wraps X (Twitter) API for basic utilities
Documentation
1
2
3
4
5
6
7
8
9
# X (Twitter) API Credentials
# Copy this file to .env and fill in your actual credentials
# Get your Bearer Token from https://developer.twitter.com/en/portal/dashboard

# Bearer Token (for read-only operations)
X_BEARER_TOKEN=your_bearer_token_here

# Optional: Logging level (debug, info, warn, error)
RUST_LOG=info