Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Grarecoconvert this article about climate change to a timeline graphic recording"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Grareco
グラフィックレコーディングを生成するためのMCPサーバーです。 MCPプロトコルの機能を活用して、任意URLや任意文字列の内容をグラレコ化します。
Components
Tools
echo入力メッセージをエコーバックするシンプルなツール
入力:
message(string): エコーバックするメッセージ
戻り値: エコーメッセージを含むテキスト
printEnvすべての環境変数を表示
MCPサーバー設定のデバッグに役立つ
入力: なし
戻り値: すべての環境変数のJSON文字列
webToGrarecoURLからWebサイトを取得し、グラフィックレコーディング形式のHTMLに変換
入力:
url(string): 変換対象のWebサイトURLpromptType(enum: "standard" | "elementary" | "timeline", デフォルト: "standard"): 使用するプロンプトタイプ(標準、小学生向け、タイムライン)
戻り値: 生成されたHTMLファイルの保存パス
処理中は進捗通知を送信
textToGrarecoテキストをグラフィックレコーディング形式のHTMLに変換
入力:
text(string): 変換対象のテキストpromptType(enum: "standard" | "elementary" | "timeline", デフォルト: "standard"): 使用するプロンプトタイプ(標準、小学生向け、タイムライン)
戻り値: 生成されたHTMLファイルの保存パス
処理中は進捗通知を送信
Logging
The server sends random-leveled log messages every 15 seconds, e.g.:
{
"method": "notifications/message",
"params": {
"level": "info",
"data": "Info-level message"
}
}Related MCP server: github-manager MCP Server
使用方法
ローカルでの実行
# インストール
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
}
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.