禁漫天堂 Agent Skills / AI 原生 JMComic 助手:通过 MCP 与 Skills 将 JMComic 注入你的 AI Agent. / AI-powered JMComic assistant for seamless integration with AI Agents via MCP & Skills.
MCPpedia last refreshed this data
Jmcomic AI is an MCP server that 禁漫天堂 Agent Skills / AI 原生 JMComic 助手:通过 MCP 与 Skills 将 JMComic 注入你的 AI Agent. / AI-powered JMComic assistant for seamless integration with AI Agents via MCP & Skills. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 88/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"jmcomic-ai": {
"args": [
"mcp",
"stdio"
],
"command": "jmai"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
🛠️ 开发者注意:如果你想为项目贡献代码,请务必查看 贡献指南,其中包含了开发环境搭建、项目结构说明以及 reference 参考源码库的使用方法。
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked jmcomic-ai against OSV.dev.
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 ai-ml / entertainment
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
The official MCP server implementation for the Perplexity API Platform
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
MCP Security Weekly
Get CVE alerts and security updates for Jmcomic Ai and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🛠️ 开发者注意:如果你想为项目贡献代码,请务必查看 贡献指南,其中包含了开发环境搭建、项目结构说明以及
reference参考源码库的使用方法。
JMComic AI 是为 JMComic-Crawler-Python 提供的 AI Skills 增强 和 MCP (Model Context Protocol) 支持。

传统的爬虫工具虽然高效,但在处理模糊需求时往往力不从心。你必须记住精确的 ID 或关键字,还要手动配置各种参数。
本项目提供两条独立的 AI 集成路线,二选一即可:
| 路线 | 技术类比 | AI 怎么「理解」 | AI 怎么「动手」 | 适用场景 |
|---|---|---|---|---|
| 🧠 Skills + CLI(推荐) | AI 的操作手册 + 工具箱 | 阅读 SKILL.md 获取领域知识 | 执行 scripts/ 下的 CLI 脚本 | 适合所有用户,理解深度高,可编写自定义逻辑 |
| 🔌 MCP | AI 的 USB-C 接口 | 阅读工具的 description | 调用 MCP 标准化工具 | 适合不支持 Skills 规范、或需要独立部署服务的场景 |
[!IMPORTANT] 两条路线各自自成体系,不建议混用。Skills 路线下,AI 靠文档理解、靠脚本动手;MCP 路线下,AI 靠工具描述理解、靠工具调用动手。选择其一即可。
现在,你可以像与人交谈一样,通过自然语言来搜索、筛选并下载漫画,而无需编写任何代码。
| 下载并生成 PDF / ZIP | 搜索本子 | 查看本子详情 | 查看排行榜 |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
| 修改下载配置 | 查看评论 | ||
![]() | ![]() |
| 类别 | 功能 |
|---|---|
| 🔍 搜索与发现 | 关键词搜索、作者/标签/角色筛选、分类浏览、排行榜查询、本子详情 |
| 💬 评论 | 分页查看评论、递归回复与剧透标记 |
| 📥 下载 | 整本下载、单章下载、封面下载、批量下载、实时进度追踪 |
| 🧾 任务追踪 | 下载返回任务 ID 与专属日志路径,运行日志仅写入文件 |
| 📦 后处理 | 生成 ZIP、PDF 或长图,支持整本级与章节级处理 |
| 📊 数据整理 | 搜索结果导出 CSV/JSON、排行榜快照与变化追踪 |
| ⚙️ 配置与账户 | 动态修改下载配置、配置校验与格式转换、账户登录与 Cookie 持久化 |
| 🩺 诊断 | 检查运行环境、配置文件、网络与域名可用性 |
| 📱 APK 获取 | 从 hect0x7/JMComic-APK 的最新 GitHub Release 下载安卓安装包 |
| 📖 本地阅读 | Agent 直接调用可选依赖 jm-view-server 提供的 jms,用电脑或手机浏览器阅读已下载内容 |
| 🧠 Skills + CLI | 技能手册、11 个配套脚本,以及 jmai / jmcomic-ai 命令行入口 |
| 🔌 MCP | 10 个工具、3 个知识资源,支持 stdio、SSE 与 HTTP 传输 |
把以下prompt发给agent即可
https://raw.githubusercontent.com/hect0x7/jmcomic-ai/refs/heads/master/README.md
根据这个项目readme,帮我安装jmcomic-ai的skills
# 使用 uv (推荐)
uv add jmcomic-ai
# 或者
uv tool install jmcomic-ai
# 使用 pip
pip install jmcomic-ai
推荐使用 uv 进行依赖管理,一步到位。
# 克隆项目
git clone https://github.com/hect0x7/jmcomic-ai.git
cd jmcomic-ai
# 同步依赖环境
uv sync
jmai update # 按当前安装方式更新
jmai update --dry-run # 仅显示更新策略,不修改环境
通过 uv tool install 安装时,命令会调用 uv tool upgrade jmcomic-ai;普通 uv/pip 环境会严格沿用
原安装器更新当前 Python。无法确认安装器时不会猜测或切换来源。为避免覆盖源码,可编辑安装、普通
Git/URL 安装及本地归档安装会被拒绝,请按原来源更新;源码仓库应先拉取代码,再运行 uv sync。
Windows 会在当前 jmai 进程退出后执行更新,结果写入 ~/.jmcomic-ai/update.log。
| Skills(推荐) | MCP | |
|---|---|---|
| 一句话 | AI 的操作手册 — 把领域知识打包成文件让 AI 按需加载 | AI 的 USB-C 接口 — 让 AI 调用外部工具的开放协议 |
| AI 怎么理解 | 读 SKILL.md 文档 | 读工具的 description |
| AI 怎么动手 | 执行 scripts/ 下的 CLI 脚本 | 通过协议调用工具 |
| 官方资料 | [agentskills |