mcp-twitter

by LuniaKunal

트위터 MCP 서버

Twitter MCP(멀티 채널 플랫폼) 서버에 오신 것을 환영합니다! 이 애플리케이션은 다양하고 강력한 기능을 통해 Twitter 계정을 프로그래밍 방식으로 관리할 수 있도록 도와줍니다.

특징

  • 타임라인 가져오기: Twitter 홈 타임라인을 검색합니다.
  • 모든 사용자의 트윗 가져오기: 모든 공개 Twitter 사용자의 트윗을 가져옵니다.
  • 해시태그 검색: 해시태그(예: #AI )가 포함된 트윗을 검색합니다.
  • 답변 및 요약 받기: 트윗에 대한 답변을 검색하고 요약된 통찰력을 얻으세요.
  • 사용자에게 직접 메시지 보내기: Twitter DM을 보내고 받습니다.
  • 게시물 생성: 프로그래밍 방식으로 새로운 트윗을 생성합니다.
  • 게시물 삭제: API를 통해 트윗을 삭제합니다.
  • 그리고 훨씬 더 많은 것들...

시작하기

필수 조건

  • 파이썬 3.8 이상
  • uvicorn (서버 실행용)
  • Twitter API 자격 증명( .env 파일에 설정됨)

설치

  1. 이 저장소를 복제합니다.
  2. 종속성 설치:지엑스피1
  3. Twitter API 자격 증명으로 .env 파일을 설정합니다( .env.example 참조).

애플리케이션 실행

서버를 시작하려면 다음을 실행하세요.

uv run --with twikit --with mcp Path\\src\\tweet_service.py
{ "mcpServers": { "twitter-mcp": { "command": "uv", "args": [ "--directory", "Path\\src\\", "run", "--with", "twikit", "--with", "mcp", "tweet_service.py" ], "env": { "COOKIES_PATH": "Path\\cookies.json", "ENV_FILE": ".env" } } } }

자유롭게 기여하거나 새로운 기능을 제안해 주세요!

-
security - not tested
-
license - not tested
-
quality - not tested

mcp-트위터

  1. Features
    1. Getting Started
      1. Prerequisites
      2. Installation
      3. Running the Application

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
      Last updated -
      1
      16
      JavaScript
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server for managing social media posts, currently supporting X (formerly Twitter).
      Last updated -
      3
      7
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server that allows Claude to create, manage and publish X/Twitter posts directly through the chat interface.
      Last updated -
      5
      35
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables Claude to interact with Twitter, allowing for posting tweets and searching Twitter content.
      Last updated -
      2
      90
      151
      TypeScript
      MIT License
      • Apple

    View all related MCP servers

    ID: gmfu9bkmjl