Skip to main content
Glama

Twitter MCP Server

MIT License
108
195
  • Apple

트위터 MCP 서버

이 MCP 서버를 통해 클라이언트는 Twitter와 상호 작용하여 트윗을 게시하고 Twitter를 검색할 수 있습니다.

빠른 시작

  1. Twitter 개발자 계정을 만들고 Twitter 개발자 포털 에서 API 키를 받으세요.
  2. Claude Desktop 구성 파일에 다음 구성을 추가하세요.

윈도우 : %APPDATA%\Claude\claude_desktop_config.json
macOS : ~/Library/Application Support/Claude/claude_desktop_config.json

지엑스피1

  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

개발

소스에서 기여하거나 실행하려면:

  1. 저장소를 복제합니다.
git clone https://github.com/EnesCinr/twitter-mcp.git cd twitter-mcp
  1. 종속성 설치:
npm install
  1. 짓다:
npm run build
  1. 달리다:
npm start

실행 평가

evals 패키지는 index.ts 파일을 실행하는 mcp 클라이언트를 로드하므로 테스트 사이에 다시 빌드할 필요가 없습니다. npx 명령 앞에 접두사를 붙여 환경 변수를 로드할 수 있습니다. 전체 문서는 여기에서 확인할 수 있습니다.

OPENAI_API_KEY=your-key npx mcp-eval src/evals/evals.ts src/index.ts

특허

MIT

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 서버입니다.

  1. 빠른 시작
    1. 사용 예
      1. 문제 해결
        1. 개발
          1. 실행 평가
            1. 특허

              Related MCP Servers

              • 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
              • -
                security
                -
                license
                -
                quality
                An 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
              • -
                security
                A
                license
                -
                quality
                A 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 -
                Python
                MIT License
              • -
                security
                F
                license
                -
                quality
                An 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

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/EnesCinr/twitter-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server