고스트 MCP 서버
Ghost Admin API와 통합되는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 게시물 관리, 페이지 관리, 회원 관리 등 Ghost CMS 기능에 프로그래밍 방식으로 접근할 수 있습니다.
특징
- 게시물 관리(작성, 읽기, 업데이트, 삭제, 검색)
- 페이지 관리(생성, 읽기, 업데이트, 삭제)
- 태그 관리
- 저자 관리
- 회원 관리(생성, 읽기, 업데이트, 삭제, 검색)
- 이미지 업로드 지원
필수 조건
- Node.js(v18 이상 권장)
- Ghost CMS 인스턴스
- Ghost Admin API 키
설치
npm을 사용하여 패키지를 설치하세요:
지엑스피1
구성
- Ghost Admin 대시보드의 설정 > 통합에서 새 사용자 정의 통합을 만듭니다.
- 다음 환경 변수를 설정하세요.
또는 .env
파일을 만들 수 있습니다.
용법
설치 후 다음을 사용하여 서버를 시작합니다.
사용 가능한 도구
게시물 받기
블로그 게시물 목록을 검색합니다.
입력:
get_post
ID로 특정 게시물을 검색합니다.
입력:
게시물 검색
게시물 검색.
입력:
게시물 생성
새로운 게시물을 만듭니다.
입력:
업데이트_게시물
기존 게시물을 업데이트합니다.
입력:
삭제_게시물
게시물을 삭제합니다.
입력:
get_pages
페이지 목록을 검색합니다.
입력:
멤버를 얻으세요
회원 목록을 검색합니다.
입력:
검색_멤버
회원 검색.
입력:
업로드_이미지
이미지를 업로드합니다.
입력:
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
특허
MIT 라이센스
This server cannot be installed
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.
Ghost Admin API와 통합하여 게시물, 페이지, 태그, 작성자, 회원, 이미지 업로드 등 Ghost CMS 기능을 프로그래밍 방식으로 관리하고 효율적인 콘텐츠 관리 기능을 제공합니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables interaction with Ghost CMS via LLM interfaces, providing secure access through JWT authentication for managing posts, users, and newsletters with detailed output and error handling.Last updated -4113738TypeScriptMIT License
- -securityAlicense-qualityEnables management of Payload CMS projects through natural language commands, allowing developers to create, configure, and deploy content models with conversational AI.Last updated -8221MIT License
DevHub CMS MCPofficial
-securityFlicense-qualityModel Context Protocol (MCP) integration for managing content in the DevHub CMS system (blog posts, content, location administration)Last updated -Python- -securityAlicense-qualityAn implementation of the Model Context Protocol Server that allows AI clients like Cursor or Claude Desktop to manage Ghost CMS blogs by exposing capabilities like creating posts, adding tags, and uploading images.Last updated -2JavaScriptMIT License