GraReco (Grammar Recommendations)
FreeNot checkedProvides real-time grammar correction and recommendations through specialized prompts and Server-Sent Events, enabling seamless text improvement without context
About
Provides real-time grammar correction and recommendations through specialized prompts and Server-Sent Events, enabling seamless text improvement without context switching.
README
グラフィックレコーディングを生成するためのMCPサーバーです。 MCPプロトコルの機能を活用して、任意URLや任意文字列の内容をグラレコ化します。
Components
Tools
echo- 入力メッセージをエコーバックするシンプルなツール
- 入力:
message(string): エコーバックするメッセージ
- 戻り値: エコーメッセージを含むテキスト
printEnv- すべての環境変数を表示
- MCPサーバー設定のデバッグに役立つ
- 入力: なし
- 戻り値: すべての環境変数のJSON文字列
webToGrareco- URLから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"
}
}
使用方法
ローカルでの実行
# インストール
npm install
# ビルド
npm run build
# 実行(STDIOモード)
npm run start
# 実行(SSEモード)
npm run start:sse
Claude 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
}
}
}
Installing GraReco (Grammar Recommendations)
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/iuill/mcp_grarecoFAQ
Is GraReco (Grammar Recommendations) MCP free?
Yes, GraReco (Grammar Recommendations) MCP is free — one-click install via Unyly at no cost.
Does GraReco (Grammar Recommendations) need an API key?
No, GraReco (Grammar Recommendations) runs without API keys or environment variables.
Is GraReco (Grammar Recommendations) hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install GraReco (Grammar Recommendations) in Claude Desktop, Claude Code or Cursor?
Open GraReco (Grammar Recommendations) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare GraReco (Grammar Recommendations) with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
