A
securityA
licenseA
qualityServer for X (Twitter) integration that provides tools for reading your timeline and engaging with tweets. Designed for use with Claude desktop.
Last updated -
3
8
9
JavaScript
MIT License
该 MCP 服务器允许客户端与 X(以前称为 Twitter)进行交互,从而实现包括发布推文、搜索内容、管理帐户和组织列表在内的综合平台操作。
git clone https://github.com/Dishant27/twitter-mcp.git
npm install
.env
文件:要将此服务器与 Claude 一起使用,您需要设置 MCP 配置。以下是配置结构的示例:
将此配置保存在您的 Claude MCP 配置目录中,通常位于:
%APPDATA%\AnthropicClaude\mcp-servers
~/Library/Application Support/AnthropicClaude/mcp-servers
~/.config/AnthropicClaude/mcp-servers
工具名称 | 描述 |
---|---|
post_tweet | 将新内容发布到 X |
search_tweets | 在 X 上搜索内容 |
get_profile | 获取用户或经过身份验证的帐户的个人资料信息 |
update_profile | 更新已验证用户的个人资料 |
follow_user | 关注用户 |
unfollow_user | 取消关注用户 |
list_followers | 列出用户或已验证帐户的关注者 |
list_following | 列出用户或经过身份验证的帐户正在关注的帐户 |
create_list | 创建新列表 |
get_list_info | 获取有关列表的信息 |
get_user_lists | 获取已验证用户拥有的所有列表 |
多变的 | 描述 |
---|---|
TWITTER_API_KEY | 您的 API 密钥 |
TWITTER_API_SECRET | 您的 API 秘密 |
TWITTER_ACCESS_TOKEN | 您的访问令牌 |
TWITTER_ACCESS_TOKEN_SECRET | 您的访问令牌秘密 |
麻省理工学院
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dishant27/twitter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server