MCP Grareco
그래픽 녹음을 생성하는 MCP 서버입니다. MCP 프로토콜의 기능을 활용하여 임의 URL이나 임의 문자열의 내용을 그라코코화합니다.
Components
도구
echo
입력 메시지를 에코백하는 간단한 도구
입력:
message
(string): 에코백할 메시지
반환값: 에코 메세지를 포함한 텍스트
printEnv
모든 환경 변수 표시
MCP 서버 설정 디버깅에 도움
입력: 없음
반환값: 모든 환경 변수의 JSON 캐릭터 라인
webToGrareco
URL에서 웹사이트를 가져와 그래픽 녹화 형식의 HTML로 변환
입력:
url
(string): 변환할 웹사이트 URLpromptType
(enum: "standard" | "elementary" | "timeline", 기본값: "standard"): 사용할 프롬프트 유형(표준, 초등학생용, 타임라인)
반환값: 생성된 HTML 파일의 보존 패스
처리하는 동안 진행 알림 보내기
textToGrareco
텍스트를 그래픽 레코딩 형식의 HTML로 변환
입력:
text
(string): 변환할 텍스트promptType
(enum: "standard" | "elementary" | "timeline", 기본값: "standard"): 사용할 프롬프트 유형(표준, 초등학생용, 타임라인)
반환값: 생성된 HTML 파일의 보존 패스
처리하는 동안 진행 알림 보내기
로깅
The server sends random-leveled log messages every 15 seconds, eg:
사용방법
로컬에서 실행
Claude Desktop에서 사용
cline_mcp_settings.json
에 다음을 추가하십시오.
예 1:
예 2:
This server cannot be installed
A MCP server that creates graphic recordings by converting websites or text input into visual summaries using different prompt styles (standard, elementary, timeline).
Related MCP Servers
- AsecurityFlicenseAqualityThis TypeScript-based MCP server enables users to manage and summarize text notes, providing tools for note creation and summarization prompts.Last updated -85210
- AsecurityAlicenseAqualityThis TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.Last updated -4MIT License
- AsecurityFlicenseAqualityA simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.Last updated -42
- AsecurityFlicenseAqualityA simple note-taking MCP server that stores notes and can generate summaries of stored content.Last updated -4