小説投稿サイト「カクヨム」のコンテンツを読み込むためのMCP(Model Context Protocol)サーバーです。
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kakuyomu_mcp": {
"env": {},
"args": [
"run",
"--rm",
"-i",
"ubiq/kakuyomu-mcp:latest"
],
"type": "stdio",
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
小説投稿サイト「カクヨム」のコンテンツを読み込むためのMCP(Model Context Protocol)サーバーです。LLMエージェントがカクヨムの作品検索、エピソード一覧取得、本文読み込みなどを行えるツールを提供します。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Kakuyomu Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
小説投稿サイト「カクヨム」のコンテンツを読み込むためのMCP(Model Context Protocol)サーバーです。LLMエージェントがカクヨムの作品検索、エピソード一覧取得、本文読み込みなどを行えるツールを提供します。
# dockerhubからpull
docker pull ubiq/kakuyomu-mcp:latest
# claude codeの設定に追加
claude mcp add kakuyomu-mcp -- docker run -i --rm ubiq/kakuyomu-mcp:latest
# 起動
claude
# dockerhubからpull
docker pull ubiq/kakuyomu-mcp:latest
claude_desktop_config.jsonに以下を追加し、Claude Desktopを再起動します:
{
"mcpServers": {
"kakuyomu_mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ubiq/kakuyomu-mcp:latest"
],
"env": {}
}
}
}
# リポジトリをクローン
git clone https://github.com/106-/kakuyomu-mcp.git
cd kakuyomu-mcp
# 依存関係をインストール
poetry install
# 直接実行
make run
# Dockerコンテナで実行
make docker-run
.mcp.jsonファイルに以下の設定を追加:
{
"mcpServers": {
"kakuyomu_mcp": {
"type": "stdio",
"command": "poetry",
"args": [
"run",
"python",
"./kakuyomu_mcp/main.py"
],
"env": {}
}
}
}
Dockerを使用する場合:
{
"mcpServers": {
"kakuyomu_mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"kakuyomu-mcp"
],
"env": {}
}
}
}
get_top_pageトップページから最新作品一覧を取得
パラメータ:
limit (optional): 取得する作品数の上限(デフォルト: 10)search_worksキーワードで作品を検索
パラメータ:
q (required): 検索キーワードpage (optional): ページ数(デフォルト: 1)ex_q (optional): 除外キーワードserial_status (optional): 連載状態("running", "completed")genre_name (optional): ジャンル("fantasy", "action", "sf"など)total_review_point_range (optional): 評価数範囲total_character_count_range (optional): 文字数範囲published_date_range (optional): 作品公開日範囲last_episode_published_date_range (optional): 作品更新日範囲limit (optional): 取得する作品数の上限(デフォルト: 10)get_work_episodes特定作品のエピソード一覧を取得
パラメータ:
work_id (required): 作品IDlimit (optional): 取得するエピソード数の上限(デフォルト: 20)get_episode_content特定エピソードの本文を取得
パラメータ:
work_id (required): 作品IDepisode_id (required): エピソードID# 開発依存関係を含めてインストール
poetry install --with dev
kakuyomu-mcp/
├── kakuyomu_mcp/
│ ├── __init__.py
│ └── main.py # MCPサーバーのメイン実装
├── kakuyomu.ipynb # 実装例とテストケース
├── pyproject.toml # プロジェクト設定
├── poetry.lock # 依存関係ロック
├── CLAUDE.md # Claude Code用の開発ガイド
└── README.md # このファイル
> カクヨムのトップページから適当な作品を選択し、その作品の冒頭5話を読んでまとめてください。
● カクヨムのトップページから作品を選んで冒頭5話を読み、まとめる作業を行うのだ。まずはタスクを整理してから実行するのだ。
● Update Todos
⎿ ☐ カクヨムのトップページから作品一覧を取得
☐ 適当な作品を1つ選択
☐ 選択した作品のエピソード一覧を取得
☐ 冒頭5話の本文を読み込み
☐ 読んだ内容をまとめて報告
● まずはカクヨムのトップページから作品を取得するのだ。
● Update Todos
⎿ ☐ カクヨムのトップページから作品一覧を取得
☐ 適当な作品を1つ選択
☐ 選択した作品のエピソード一覧を取得
☐ 冒頭5話の本文を読み込み
☐ 読んだ内容をまとめて報告
● kakuyomu_mcp:get_top_page (MCP)(limit: 10)…
⎿ ID: 16816700429146389370
タイトル: 【2/26コミカライズ1巻&3/24書籍3巻発売!】鈴の蕾は龍に抱かれ花ひらく ~迷子宮女と美貌の宦官の後宮事件帳~【WEB版】
… +36 lines (ctrl+r to expand)
キャッチフレーズ: ムカつく上司は全員ざまぁ! 転生した最強魔法使いの蹂躙下剋上!
● トップページから作品一覧を取得できたのだ。では面白そうな作品を1つ選ぶのだ。「家で知らない娘が家事をしているっぽい。でも可愛かったから様子を見てる」というユニークなタイトルの作品を選んでみるのだ。
● Update Todos
⎿ ☒ カクヨムのトップページから作品一覧を取得
☐ 適当な作品を1つ選択
☐ 選択した作品のエピソード一覧を取得
☐ 冒頭5話の本文を読み込み
☐ 読んだ内容を
... [View full README on GitHub](https://github.com/106-/kakuyomu-mcp#readme)