MCP Grareco
MCP Grareco
그래픽 녹음을 생성하는 MCP 서버입니다. MCP 프로토콜의 기능을 활용하여 임의 URL이나 임의 문자열의 내용을 그라코코화합니다.
Components
도구
echo입력 메시지를 에코백하는 간단한 도구
입력:
message(string): 에코백할 메시지
반환값: 에코 메세지를 포함한 텍스트
printEnv모든 환경 변수 표시
MCP 서버 설정 디버깅에 도움
입력: 없음
반환값: 모든 환경 변수의 JSON 캐릭터 라인
webToGrarecoURL에서 웹사이트를 가져와 그래픽 녹화 형식의 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:
{
"method": "notifications/message",
"params": {
"level": "info",
"data": "Info-level message"
}
}Related MCP server: ai-research-assistant-mcp
사용방법
로컬에서 실행
# インストール
npm install
# ビルド
npm run build
# 実行(STDIOモード)
npm run start
# 実行(SSEモード)
npm run start:sseClaude Desktop에서 사용
cline_mcp_settings.json 에 다음을 추가하십시오.
예 1:
{
"mcpServers": {
"grareco": {
"command": "npx",
"args": [
"-y",
"mcp_grareco"
]
}
}
}예 2:
{
"mcpServers": {
"grareco": {
"url": "http://localhost:3000/sse",
"headers": {},
"timeout": 900
}
}
}Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for RiverScript, an AI transcription platform - fetches transcripts shared via a link.
An MCP server that integrates with Discord to provide AI-powered features.
An MCP server that used to create notes
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables generating scripts based on specified topics and keywords, while also providing functionality to store and summarize notes.1-
- FlicenseCqualityDmaintenanceAn MCP server that provides tools, resources, and prompts for reading, writing, and summarizing research notes stored in a local flat-file database.2-
- FlicenseNot gradedqualityBmaintenanceMCP server that converts PDF, video, web, and audio inputs into structured Markdown notes with support for checkpointing, batch processing, and Obsidian integration.-
- AlicenseAqualityDmaintenanceMCP server that converts Mermaid diagrams to styled Excalidraw files, saving them directly to disk without token overhead.2MIT