트위터 MCP 서버
이 MCP 서버를 통해 클라이언트는 Twitter와 상호 작용하여 트윗을 게시하고 Twitter를 검색할 수 있습니다.
빠른 시작
- Twitter 개발자 계정을 만들고 Twitter 개발자 포털 에서 API 키를 받으세요.
- Claude Desktop 구성 파일에 다음 구성을 추가하세요.
윈도우 : %APPDATA%\Claude\claude_desktop_config.json
macOS : ~/Library/Application Support/Claude/claude_desktop_config.json
지엑스피1
- Claude Desktop을 다시 시작하세요
이제 Claude는 두 가지 도구를 통해 Twitter와 소통할 수 있습니다.
post_tweet
: 새로운 트윗을 게시합니다search_tweets
: 트윗 검색
사용 예
클로드에게 물어보세요:
- "클로드가 전하는 안녕하세요!"라는 트윗을 올려주시겠어요?
- "클로드 AI에 대한 트윗을 검색할 수 있나요?"
문제 해결
로그는 다음 위치에서 찾을 수 있습니다.
- Windows :
%APPDATA%\Claude\logs\mcp-server-twitter.log
- macOS :
~/Library/Logs/Claude/mcp-server-twitter.log
개발
소스에서 기여하거나 실행하려면:
- 저장소를 복제합니다.
- 종속성 설치:
- 짓다:
- 달리다:
실행 평가
evals 패키지는 index.ts 파일을 실행하는 mcp 클라이언트를 로드하므로 테스트 사이에 다시 빌드할 필요가 없습니다. npx 명령 앞에 접두사를 붙여 환경 변수를 로드할 수 있습니다. 전체 문서는 여기에서 확인할 수 있습니다.
특허
MIT
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.
클로드가 Twitter와 상호작용하고 트윗을 게시하고 Twitter 콘텐츠를 검색할 수 있도록 하는 MCP 서버입니다.
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