XActions
by nirholas·★ 265·综合分 51
XActions 是一个全面的 X/Twitter 自动化工具包,包含 AI 代理的 MCP 服务器集成。
概述
XActions 提供了一个无需 API 密钥的完整 X/Twitter 自动化解决方案。它包含爬虫、具有 140+ 工具的 MCP 服务器、CLI 功能、浏览器脚本和浏览器扩展。该项目积极维护,定期更新,包括最近添加的插件系统、对 Bluesky 和 Mastodon 的跨平台支持、工作流引擎和实时流媒体功能。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
当您需要无需 API 限制的全面 Twitter 自动化,并希望通过 MCP 将社交媒体操作集成到 AI 代理时,选择 XActions。
什么时候不要选它
如果您需要稳定的官方 API 访问,或担心 X 网页界面的变化可能破坏自动化功能,请不要选择 XActions。
此 server 暴露的工具
从 README 抽取出 12 个工具getProfileRetrieve profile information for a Twitter/X user
searchTweetsSearch for tweets based on keywords, hashtags, or user queries
getFollowersRetrieve the list of followers for a specified Twitter/X user
getFollowingRetrieve the list of users that a specified Twitter/X user follows
unfollowNonFollowersAutomatically unfollow users who don't follow back
detectUnfollowersDetect users who have unfollowed you since the last check
downloadVideoDownload video from a tweet
autoLikeAutomatically like tweets from specified users or with specific criteria
getTweetRetrieve a specific tweet by its ID
searchUsersSearch for Twitter/X users based on keywords or criteria
getTweetsRetrieve tweets from a user's timeline
getAnalyticsRetrieve Twitter/X analytics and performance metrics
可对比工具
安装
安装
- 通过 npm 安装:
npm install xactions
- 对于 Claude Desktop MCP 集成,添加到你的
claude_desktop_config.json:
{
"mcpServers": {
"xactions": {
"command": "node",
"args": ["xactions 路径", "mcp"]
}
}
}- Docker:
docker pull nirholas/xactions
- 浏览器脚本:直接将 JavaScript 片段复制到浏览器控制台。
FAQ
- 如何取消关注不回关的人?
- 在关注页面的浏览器控制台中使用提供的 JavaScript 片段,或使用 CLI/MCP 服务器命令获得更多选项。
- 这需要 API 密钥或月费吗?
- 不需要,XActions 无需 API 密钥且无月费,100% 开源。
XActions 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。