소셜 미디어 서버
소셜 미디어 게시물을 관리하기 위한 모델 컨텍스트 프로토콜(MCP) 서버로, 현재 X(이전의 Twitter)를 지원합니다.
특징
- X(트위터)에 메시지 게시
- X에 스레드 만들기
- 기존 스레드에 답변
- 필터링 옵션을 사용하여 X개의 게시물 나열
- 플랫폼 정보 엔드포인트
필수 조건
- Node.js 16 이상
- Twitter API 자격 증명
- API 키
- API 비밀
- 액세스 토큰
- 액세스 비밀
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 소셜 미디어 서버를 자동으로 설치하려면:
지엑스피1
수동 설치
- 저장소를 복제합니다
- 종속성 설치:
- Twitter 자격 증명으로 .env 파일을 만듭니다.
건물
프로젝트를 빌드하려면 다음을 실행하세요.
사용 가능한 도구
post_to_x
- X에게 메시지 게시- 필수:
content
(문자열) - 선택 사항:
threadId
(문자열)
- 필수:
create_x_thread
- X에 새 스레드를 만듭니다.- 필수:
content
(문자열)
- 필수:
list_x_post
- 선택적 필터링을 사용하여 X개의 게시물 나열- 선택 사항:
limit
(숫자) - 선택 사항:
threadId
(문자열)
- 선택 사항:
자원
서버는 다음을 통해 플랫폼 정보를 제공합니다.
socialmedia://platforms/x
개발
이 프로젝트는 TypeScript를 사용하고 모델 컨텍스트 프로토콜(Model Context Protocol) 사양을 따릅니다. 주요 서버 구현은 index.ts에 있으며, 유형은 types.ts에 정의되어 있습니다.
특허
이 프로젝트는 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.
소셜 미디어 게시물을 관리하기 위한 모델 컨텍스트 프로토콜(MCP) 서버로, 현재 X(이전의 Twitter)를 지원합니다.
Related MCP Servers
- -securityFlicense-qualityThis server provides a standardized framework using the Model Context Protocol (MCP) to seamlessly integrate and manage diverse tools, enabling features like Twitter automation, cryptocurrency updates, and ElizaOS interaction.Last updated -2Python
- AsecurityAlicenseAquality🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi), AI tools (Perplexity, FastGPT), and content processing services (Jina AI, Kagi). Combines search, AI responses, content processing, and enhancement features through a single interface.Last updated -156588TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables Claude or other LLMs to fetch content from URLs, supporting HTML, JSON, text, and images with configurable request parameters.Last updated -PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI models and applications to interact directly with Twitter/X, providing capabilities to create posts, reply to tweets, retrieve user data, and manage account actions.Last updated -874TypeScriptMIT License