MCP-Twikit은 Twitter와 상호 작용하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 프로젝트는 MCP 프로토콜을 통해 AI 도우미(예: Claude Desktop)에 강력한 Twitter 데이터 액세스 및 분석 기능을 제공합니다.
to:username
구문 사용)Smithery를 통해 Claude Desktop에 자동 설치:
npx -y @smithery/cli install mcp-twikit --client claude
Claude Desktop 구성 파일에 추가:
{
"mcpServer": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-twikit", "mcp-twikit"],
"env": {
"TWITTER_USERNAME": "@example",
"TWITTER_EMAIL": "me@example.com",
"TWITTER_PASSWORD": "secret"
}
}
}
mcp-client-cli 도구를 통한 상호 작용 사용 지원.
프로젝트 문서는 실제 사례를 보여줍니다: 인도네시아 4대 인터넷 서비스 제공업체의 고객 감정 분석:
$ llm compare 20 latest tweet directed @IndiHomeCare, @di_cbn, @BiznetHome, @ID_MyRepublic. What are people sentiment to the product? Do 1 search for each account
분석 결과:
$ llm what is happening on my twitter timeline?
분석 및 요약 가능:
search_twitter
: 트윗 검색 기능get_timeline
: 타임라인 가져오기 기능개발자 adhikasp는 다른 MCP 서버 프로젝트도 유지 관리합니다:
mcp-linkedin
: LinkedIn 데이터 액세스mcp-git-ingest
: GitHub 저장소 분석mcp-reddit
: Reddit 콘텐츠 가져오기mcp-youtube
: YouTube 트랜스크립트 가져오기