GROWI Server
FreeNot checkedMCP server to connect AI models to GROWI Wiki with bearer authentication, enabling page, tag, revision, and share link operations.
About
MCP server to connect AI models to GROWI Wiki with bearer authentication, enabling page, tag, revision, and share link operations.
README
GROWI WikiにAIモデルを接続するためのModel Context Protocol (MCP) HTTPサーバー。Bearer認証に対応。
機能
ページ操作
getPage- ページ内容の取得getPageInfo- ページ情報の取得createPage- ページの作成updatePage- ページの更新deletePage- ページの削除duplicatePage- ページの複製renamePage- ページの移動/リネームsearchPages- ページの検索getRecentPages- 最近更新されたページの取得getPageListingRoot- ルートページ一覧の取得getPageListingChildren- 子ページ一覧の取得publishPage/unpublishPage- ページの公開/非公開
タグ操作
getTagList- タグ一覧の取得searchTags- タグの検索updateTag- タグの更新getPageTag- ページのタグ取得
リビジョン操作
listRevisions- リビジョン一覧の取得getRevision- リビジョンの取得
共有リンク操作
getShareLinks- 共有リンク一覧の取得createShareLink- 共有リンクの作成deleteShareLink- 共有リンクの削除
コメント操作
getComments- コメントの取得
ユーザー操作
getUserRecentPages- ユーザーの最近のページ取得
セットアップ
環境変数
.env.exampleをコピーして.envを作成:
cp .env.example .env
| 変数名 | 説明 | 例 |
|---|---|---|
MCP_HTTP_PORT |
サーバーポート | 3001 |
MCP_HTTP_HOST |
リッスンホスト | 0.0.0.0 |
MCP_AUTH_TOKENS |
Bearer認証トークン (32文字以上、カンマ区切りで複数可) | your-secure-token... |
GROWI_DEFAULT_APP_NAME |
デフォルトのGROWIアプリ名 | app-1 |
GROWI_APP_NAME_N |
GROWIアプリ名 (N=1,2,3...) | app-1 |
GROWI_API_TOKEN_N |
GROWI APIトークン | 8991502f6dfec... |
GROWI_BASE_URL_N |
GROWI URL | http://localhost:3000 |
起動方法
Docker Compose (Cloudflare Tunnel)
Cloudflare Tunnelを使用して、自己署名証明書なしでHTTPSアクセスを実現します。
Cloudflare Tunnelを作成:
- Cloudflare Zero Trust にアクセス
- Networks > Tunnels > Create a tunnel
- トンネル名を入力して作成
- トークンをコピー
トンネルの Public Hostname を設定:
- Subdomain: 任意(例:
growi-mcp) - Domain: Cloudflareに登録済みのドメイン
- Service Type:
HTTP - URL:
growi-mcp:3001
- Subdomain: 任意(例:
.envを設定:cp .env.example .env # CLOUDFLARE_TUNNEL_TOKEN にトークンを設定起動:
docker compose up -dアクセス:
https://growi-mcp.your-domain.com/mcp
ローカル開発
# 依存関係のインストール
pnpm install
# 開発サーバー起動
pnpm dev
# ビルド
pnpm build
# 本番起動
pnpm start
API
エンドポイント
GET /health- ヘルスチェックPOST /mcp- MCPリクエスト
認証
リクエストヘッダーにBearerトークンを含める:
Authorization: Bearer your-secure-token-at-least-32-characters-long
ライセンス
MIT
Install GROWI Server in Claude Desktop, Claude Code & Cursor
unyly install growi-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add growi-mcp-server -- npx -y growi-mcp-serverFAQ
Is GROWI Server MCP free?
Yes, GROWI Server MCP is free — one-click install via Unyly at no cost.
Does GROWI Server need an API key?
No, GROWI Server runs without API keys or environment variables.
Is GROWI Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install GROWI Server in Claude Desktop, Claude Code or Cursor?
Open GROWI Server 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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare GROWI Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
