XActions
Rank #482io.github.nirholas/xactions
X/Twitter automation MCP: scrape, post, schedule, analyze, engage. No API key required.
XActions is a Model Context Protocol (MCP) server published by nirholas. It ranks #482 of 115,460 servers tracked on MCP Toplist, and its repository has 493 GitHub stars. XActions is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Aug 19, 2026.
Ranks ahead of 114,978 of 115,460 servers on MCP Toplist.
Use XActions
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xactions -e "X_COOKIES=<your X_COOKIES>" -e "X_USERNAME=<your X_USERNAME>" -e "X_PASSWORD=<your X_PASSWORD>" -- npx -y xactionsReplace each placeholder with your own value before saving.
[mcp_servers.xactions]
command = "npx"
args = ["-y", "xactions"]
[mcp_servers.xactions.env]
X_COOKIES = "<your X_COOKIES>"
X_USERNAME = "<your X_USERNAME>"
X_PASSWORD = "<your X_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xactions": {
"command": "npx",
"args": [
"-y",
"xactions"
],
"env": {
"X_COOKIES": "<your X_COOKIES>",
"X_USERNAME": "<your X_USERNAME>",
"X_PASSWORD": "<your X_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xactions": {
"command": "npx",
"args": [
"-y",
"xactions"
],
"env": {
"X_COOKIES": "<your X_COOKIES>",
"X_USERNAME": "<your X_USERNAME>",
"X_PASSWORD": "<your X_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"xactions": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xactions"
],
"env": {
"X_COOKIES": "<your X_COOKIES>",
"X_USERNAME": "<your X_USERNAME>",
"X_PASSWORD": "<your X_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xactions": {
"command": "npx",
"args": [
"-y",
"xactions"
],
"env": {
"X_COOKIES": "<your X_COOKIES>",
"X_USERNAME": "<your X_USERNAME>",
"X_PASSWORD": "<your X_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xactions": {
"command": "npx",
"args": [
"-y",
"xactions"
],
"env": {
"X_COOKIES": "<your X_COOKIES>",
"X_USERNAME": "<your X_USERNAME>",
"X_PASSWORD": "<your X_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nirholas%2Fxactions)<a href="https://mcptoplist.com/server/io.github.nirholas%2Fxactions"><img src="https://mcptoplist.com/badge/io.github.nirholas%2Fxactions.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
nirholas
Other servers by nirholas
- Claude Code Explorer MCP#887 · 2 vers
- Pump SDK MCP Server#963 · 4 vers
- Free Crypto News#1,053 · 3 vers
- Universal Crypto MCP#3,833 · 2 vers
- Crypto Tools Registry#5,678 · 2 vers
- three.ws Avatars & Agents#5,911 · 2 vers
- Solidity Compiler#5,972 · 2 vers
- Github To MCP#6,021 · 2 vers
- Defi Agents#6,256 · 2 vers
- Pumpfun Claims Bot#6,370 · 2 vers
- Abi To MCP#6,922 · 2 vers
- Tool Discovery MCP#7,463 · 2 vers
Available versions (4)
| Version | Published |
|---|---|
| 3.5.0 | Aug 19, 2026 |
| 3.4.4 | Jul 21, 2026 |
| 1.0.0 | Jan 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains XActions?
- XActions is maintained by nirholas, which publishes 87 MCP servers (137 total versions) tracked on MCP Toplist.
- Is XActions listed on the Official MCP Registry?
- Yes — XActions is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does XActions have?
- MCP Toplist tracks 4 versions of XActions, most recently published on Aug 19, 2026.
- Where can I find the source code for XActions?
- The source code for XActions is hosted at github.com/nirholas/xactions.