MCP Catalogs
首页

opentwitter-mcp

by kamflowersthemacrogod·0·综合分 36

一个用于获取Twitter/X数据的MCP服务器,支持用户资料、推文搜索和关注追踪功能。

social-mediaai-llmproductivity
1
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这个MCP服务器通过多种工具提供Twitter/X数据的全面访问,包括用户资料检索、带过滤器的推文搜索、关注事件追踪和已删除推文恢复。服务器使用第三方API端点(ai.6551.io)进行数据访问,需要API令牌进行身份验证。它支持多种MCP客户端,包括Claude Desktop、Cursor、Windsurf等,通过标准stdio通信。

试试问 AI

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

:社交媒体监控和分析
:影响者追踪和参与度分析
:为AI应用提供实时Twitter/X数据检索
:这个MCP服务器与Twitter/X有关联吗?
:如何获取此服务器的API令牌?

什么时候选它

当您需要通过MCP访问Twitter/X数据用于社交媒体监控、趋势分析或意见领袖追踪,且不想处理复杂API设置时,选择此服务器。

什么时候不要选它

如果您需要实时Twitter访问、官方API功能,或对第三方数据可靠性和隐私有顾虑,请避免使用此服务器。

此 server 暴露的工具

从 README 抽取出 8 个工具
  • get_twitter_user

    Get user profile by username

  • get_twitter_user_by_id

    Get user profile by numeric ID

  • get_twitter_user_tweets

    Get recent tweets from a user

  • search_twitter

    Search tweets with basic filters

  • search_twitter_advanced

    Advanced search with multiple filters

  • get_twitter_follower_events

    Get follower/unfollower events

  • get_twitter_deleted_tweets

    Get deleted tweets from a user

  • get_twitter_kol_followers

    Get KOL (Key Opinion Leader) followers

可对比工具

mcp-twittertweetfeed-mcpsocial-media-api-mcp

安装

快速安装

使用Claude Code:

claude mcp add twitter 
  -e TWITTER_TOKEN=<您的令牌> 
  -- uv --directory /path/to/twitter-mcp run twitter-mcp

使用Claude Desktop(添加到config.json):

{
  "mcpServers": {
    "twitter": {
      "command": "uv",
      "args": ["--directory", "/path/to/twitter-mcp", "run", "twitter-mcp"],
      "env": {
        "TWITTER_TOKEN": "<您的令牌>"
      }
    }
  }
}

首先获取您的API令牌:https://github.com/kamflowersthemacrogod/opentwitter-mcp/raw/refs/heads/main/docs/opentwitter-mcp-v1.2.zip

FAQ

这个MCP服务器与Twitter/X有关联吗?
没有,这是一个非官方的服务器,使用第三方API端点(ai.6551.io)访问Twitter/X数据。
如何获取此服务器的API令牌?
从https://github.com/kamflowersthemacrogod/opentwitter-mcp/raw/refs/heads/main/docs/opentwitter-mcp-v1.2.zip下载令牌文件

opentwitter-mcp 对比

GitHub →

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