MCP Catalogs
首页XActions screenshot

XActions

by nirholas·265·综合分 51

XActions 是一个全面的 X/Twitter 自动化工具包,包含 AI 代理的 MCP 服务器集成。

web-scrapingbrowser-automationai-llm
56
Forks
12
活跃 Issue
本月
最近提交
2 天前
收录于

概述

XActions 提供了一个无需 API 密钥的完整 X/Twitter 自动化解决方案。它包含爬虫、具有 140+ 工具的 MCP 服务器、CLI 功能、浏览器脚本和浏览器扩展。该项目积极维护,定期更新,包括最近添加的插件系统、对 Bluesky 和 Mastodon 的跨平台支持、工作流引擎和实时流媒体功能。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:通过 MCP 服务器集成的 AI 驱动的 Twitter/X 自动化
:批量取消关注不回关的用户
:监控实时分析和社交互动
:无 API 限制地抓取 Twitter 数据
:如何取消关注不回关的人?
:这需要 API 密钥或月费吗?

什么时候选它

当您需要无需 API 限制的全面 Twitter 自动化,并希望通过 MCP 将社交媒体操作集成到 AI 代理时,选择 XActions。

什么时候不要选它

如果您需要稳定的官方 API 访问,或担心 X 网页界面的变化可能破坏自动化功能,请不要选择 XActions。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • getProfile

    Retrieve profile information for a Twitter/X user

  • searchTweets

    Search for tweets based on keywords, hashtags, or user queries

  • getFollowers

    Retrieve the list of followers for a specified Twitter/X user

  • getFollowing

    Retrieve the list of users that a specified Twitter/X user follows

  • unfollowNonFollowers

    Automatically unfollow users who don't follow back

  • detectUnfollowers

    Detect users who have unfollowed you since the last check

  • downloadVideo

    Download video from a tweet

  • autoLike

    Automatically like tweets from specified users or with specific criteria

  • getTweet

    Retrieve a specific tweet by its ID

  • searchUsers

    Search for Twitter/X users based on keywords or criteria

  • getTweets

    Retrieve tweets from a user's timeline

  • getAnalytics

    Retrieve Twitter/X analytics and performance metrics

可对比工具

twikittwitter-mcpagent-twitter-clienttwittwitter-scraper

安装

安装

  1. 通过 npm 安装:npm install xactions
  1. 对于 Claude Desktop MCP 集成,添加到你的 claude_desktop_config.json
{
  "mcpServers": {
    "xactions": {
      "command": "node",
      "args": ["xactions 路径", "mcp"]
    }
  }
}
  1. Docker:docker pull nirholas/xactions
  1. 浏览器脚本:直接将 JavaScript 片段复制到浏览器控制台。

FAQ

如何取消关注不回关的人?
在关注页面的浏览器控制台中使用提供的 JavaScript 片段,或使用 CLI/MCP 服务器命令获得更多选项。
这需要 API 密钥或月费吗?
不需要,XActions 无需 API 密钥且无月费,100% 开源。

XActions 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。