Loading MCP server directory, please wait...
日本語ヘッドレスCMS。記事の作成・更新・予約公開・画像取り込みをAIから実行できる。APIキーで接続、npm不要。Astro/Next.js等へ配信APIで届く。
npx @getmcp/cli add com.harucms/haru-cmsRequires Node.js 18+. Community-contributed server. Review source before installing.
HARU_CMS_API_KEYAPIキー(hcms_...)。https://www.webharu.com/cms/start の手順で発行
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.harucms/haru-cms": {
"command": "npx",
"args": [
"-y",
"haru-cms-mcp"
],
"env": {
"HARU_CMS_API_KEY": ""
}
}
}
}