everything vs XActions
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | XActions by nirholas | |
|---|---|---|
| Stars | ★ 85,748 | ★ 265 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Web ScrapingBrowser AutomationAI / LLM Tools |
| Language | TypeScript | HTML |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
XActions · Summary
XActions is a comprehensive X/Twitter automation toolkit with MCP server integration for AI agents.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
XActions · Use cases
- AI-powered Twitter/X automation through MCP server integration
- Bulk unfollow users who don't follow back
- Monitor real-time analytics and social engagement
- Scrape Twitter data without API restrictions
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingXActions · Install
Installation
- Install via npm:
npm install xactions
- For Claude Desktop MCP integration, add to your
claude_desktop_config.json:
{
"mcpServers": {
"xactions": {
"command": "node",
"args": ["path/to/xactions", "mcp"]
}
}
}- Docker:
docker pull nirholas/xactions
- Browser scripts: Copy the JavaScript snippets directly into your browser console.