Twitter MCP 服务器
该 MCP 服务器允许客户端与 Twitter 进行交互,从而可以发布推文和搜索 Twitter。
快速入门
- 创建 Twitter 开发者帐户并从Twitter 开发者门户获取 API 密钥
- 将此配置添加到您的 Claude Desktop 配置文件:
Windows : %APPDATA%\Claude\claude_desktop_config.json
macOS : ~/Library/Application Support/Claude/claude_desktop_config.json
- 重启Claude桌面
就是这样!Claude 现在可以通过两种工具与 Twitter 进行互动:
post_tweet
:发布一条新推文search_tweets
:搜索推文
示例用法
尝试询问克劳德:
- “你能发一条推文说‘克劳德向你问好!’吗?”
- “你能搜索关于 Claude AI 的推文吗?”
故障排除
日志可以在以下位置找到:
- Windows :
%APPDATA%\Claude\logs\mcp-server-twitter.log
- macOS :
~/Library/Logs/Claude/mcp-server-twitter.log
发展
如果您想贡献或从源代码运行:
- 克隆存储库:
- 安装依赖项:
- 建造:
- 跑步:
运行评估
evals 包会加载一个 mcp 客户端,然后运行 index.ts 文件,因此测试之间无需重新构建。您可以通过在 npx 命令前添加前缀来加载环境变量。完整文档可在此处找到。
执照
麻省理工学院
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器使 Claude 能够与 Twitter 进行交互,从而允许发布推文和搜索 Twitter 内容。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that allows Claude to create, manage and publish X/Twitter posts directly through the chat interface.Last updated -535PythonMIT License
- -security-license-qualityAn MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.Last updated -TypeScript
- -securityAlicense-qualityA headless MCP server that provides Twitter API access without requiring local credential setup, enabling core Twitter operations like searching tweets, getting user tweets, posting tweets, and replying to tweets.Last updated -PythonMIT License
- -securityFlicense-qualityAn MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.Last updated -JavaScript