Humanread MCP Server
MCP server for the Humanread novel publishing platform, enabling AI agents to upload, format, preview, review, translate, and publish novels in Markdown or safe HTML.
README
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.
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 runner
Get 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 stdio
The 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-kit
Do 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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。