MCP Server
MCP
XActions
X/Twitter automation MCP: scrape, post, schedule, analyze, engage. No API key required.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "xactions",
"version": "3.5.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "X/Twitter authentication cookies (JSON string or path to cookies file)",
"isSecret": true,
"name": "X_COOKIES"
},
{
"description": "X/Twitter username for login",
"name": "X_USERNAME"
},
{
"description": "X/Twitter password for login",
"isSecret": true,
"name": "X_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment