Kakuyomu MCP Server

小説投稿サイト「[カクヨム](https://kakuyomu.jp/)」のコンテンツを読み込むためのMCP(Model Context Protocol)サーバーです。LLMエージェントがカクヨムの作品検索、エピソード一覧取得、本文読み込みなどを行えるツールを提供します。

Local serverstdioPython

What is the Kakuyomu MCP MCP server?

Kakuyomu mcp mcp server connects Kakuyomu MCP to AI assistants that speak the Model Context Protocol. 小説投稿サイト「カクヨム」のコンテンツを読み込むためのMCP(Model Context Protocol)サーバーです。LLMエージェントがカクヨムの作品検索、エピソード一覧取得、本文読み込みなどを行えるツールを提供します。.

What Kakuyomu MCP does

小説投稿サイト「カクヨム」のコンテンツを読み込むためのMCP(Model Context Protocol)サーバーです。LLMエージェントがカクヨムの作品検索、エピソード一覧取得、本文読み込みなどを行えるツールを提供します。

Installing the kakuyomu mcp mcp server

The server is distributed via a container image as ubiq/kakuyomu-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Where it fits

AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. Kakuyomu MCP sits in that group. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by 106-, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the kakuyomu mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the Kakuyomu MCP MCP server

{
  "mcpServers": {
    "kakuyomu_mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ubiq/kakuyomu-mcp:latest"
      ],
      "env": {}
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects Kakuyomu MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Kakuyomu MCP directly.