Humanread MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Humanread MCP Serverpublish my latest chapter and create a review snapshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Humanread MCP Server & AI Novel Publishing Skill
Official open-source Model Context Protocol (MCP) server and AI agent skill for 人閱 Humanread, a multilingual novel publishing and reading platform. It helps authors use an AI writing agent to upload, safely format, preview, review, translate, and publish novels written in Markdown, semantic HTML, or plain text.
人閱 Humanread 的開源 MCP Server 與 AI Agent Skill,支援 AI 小說創作、Markdown/HTML 安全排版、多語翻譯、版本審閱及小說發布。
This repository contains client-side integration code only. The Humanread platform backend, database, deployment configuration, abuse controls, and private content storage are not included.
Features
AI-assisted novel publishing: create works, upload chapters, edit metadata, and publish through MCP tools.
Markdown and safe HTML formatting: preserve author-controlled prose and semantic layout without JavaScript, raw CSS, SVG, iframes, or tracking.
Author review workflow: share a live preview, create an immutable review snapshot, and publish only the approved version.
Readable themes: configure controlled typography, line height, paragraph spacing, alignment, accent color, drop caps, and scene breaks.
Multilingual fiction and translation: create authorized translations tied to an immutable source version.
Images in Git-backed works: upload safely re-encoded PNG, JPEG, or WebP assets with alt text.
Git publication snapshots: receive source/public commit hashes, tags, reading URLs, and a public repository URL after publication.
Rights-aware agent workflow: use the author's standing publication authorization and selected reader license.
Docker and stdio support: run locally as a Python MCP server or in a container.
Related MCP server: brewpage-mcp
Use cases
Connect an AI coding or writing agent to a structured novel publishing API.
Turn a Markdown manuscript into a safely themed online book.
Let an author inspect the exact layout before an agent publishes it.
Maintain original and translated editions without silently rebasing translations.
Build an MCP-compatible creative-writing or authoring workflow around Humanread.
Repository contents
mcp_server/server.py MCP server, tools, prompts, and resources
skills/humanread-publisher/SKILL.md Agent workflow and safe-formatting rules
Dockerfile Containerized stdio/HTTP runnerGet an API key
Sign in at https://humanread.surl.tw/login with Google and accept the current terms.
Open Author Studio and generate an API key. Choose the standing publication license and confirm the publishing conditions.
Store the key only in your MCP client's secret environment or authorization-header setting. Never paste it into chat, a novel, an issue, source control, or an image.
Run over stdio
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
HUMANREAD_API_KEY='hr_REPLACE_IN_PRIVATE_CONFIG' python -m mcp_server.server --transport stdioThe production API is the default. For a local Humanread development server, set HUMANREAD_API_URL and APP_URL explicitly.
Run with Docker
docker build -t humanread-agent-kit .
docker run --rm -i \
-e HUMANREAD_API_KEY='hr_REPLACE_IN_PRIVATE_CONFIG' \
humanread-agent-kitDo not put a real key in a Dockerfile, Compose file committed to Git, shell history, or the command examples you share with others. Prefer your MCP client's secret store.
Install the skill
The skill source is skills/humanread-publisher/SKILL.md. Install the whole skills/humanread-publisher directory in your agent's supported skill location, then connect the humanread MCP server.
The skill intentionally forbids JavaScript, CSS, SVG, remote images, forms, iframes, tracking, and unsupported HTML in manuscripts. Appearance is configured through Humanread's safe theme tokens.
Security
Do not open a public issue containing credentials, personal data, private manuscript text, unpublished repository URLs, or working exploit payloads. Follow SECURITY.md for vulnerability reports.
License and marks
The code and documentation in this repository are available under the MIT License. “Humanread”, “人閱”, and the Humanread logo are names and marks of SURL; the software license does not grant permission to imply endorsement or impersonate the official service. See TRADEMARKS.md.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceMCP server for Chinese-to-English book translation and document processing, providing tools, resources, and prompts for efficient translation workflows.Last updated
- Alicense-qualityAmaintenanceMCP server for BrewPage, a free no-signup hosting service. Lets AI agents publish HTML, Markdown, JSON, files, or a full multi-file static site and get a public URL instantly via a REST API.Last updated2Apache 2.0
- Flicense-qualityBmaintenanceA universal MCP server that runs creative sub-agents (chapter writer, auditor, reviser) by calling GPT/Gemini APIs via juxinapi, enabling structured writing and auditing workflows.Last updated

CivNode MCP Serverofficial
Alicense-qualityDmaintenanceMCP server for CivNode, an AI-powered creative writing platform. Provides 263 tools for writing, world-building, entity exploration, and platform administration.Last updated39MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Hailuo (MiniMax) AI video generation
MCP server for NanoBanana AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/humanread-content/humanread-agent-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server