番茄小说 MCP 服务器
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"fanqie-novel": {
"args": [
"-y",
"@fysh925/mcp-server-fanqie"
],
"command": "npx"
}
}
}
可用工具 (14 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
search_books 3 个参数 需填 1 项
Search for books on FanQie (Tomato) Novel platform by keywords. Supports searching for novels, audiobooks, comics, and short dramas.
必填参数:key
get_book_detail 1 个参数 需填 1 项
Get detailed information about a specific book including title, author, description, cover, and other metadata
必填参数:book_id
get_book_directory 1 个参数 需填 1 项
Get the complete chapter directory of a book including all volumes and chapters
必填参数:book_id
get_simple_directory 1 个参数 需填 1 项
Get simplified directory information with only chapter titles and IDs
必填参数:book_id
get_chapter_content 1 个参数 需填 1 项
Get content of a specific chapter. This is a simplified interface that directly returns chapter text
必填参数:item_id
get_content 7 个参数 需填 1 项
Unified content retrieval interface supporting novels, audiobooks, short dramas, comics, batch retrieval, and whole-book download
必填参数:tab
get_comments 3 个参数 需填 1 项
Get comments for a book, chapter, or other content with pagination support
必填参数:book_id
get_device_pool_status
View the overall status of the device pool including all registered devices
该工具无需必填参数,直接调用即可
register_device 1 个参数
Register a new device to the device pool
该工具无需必填参数,直接调用即可
get_device_status 1 个参数
View the status of devices for a specific platform
该工具无需必填参数,直接调用即可
get_raw_content 1 个参数 需填 1 项
Get the unprocessed raw chapter content, including the complete response data (HTML format, author notes, etc.)
必填参数:item_id
get_ios_content 1 个参数 需填 1 项
Get chapter content using the iOS platform interface (signed with the 8402 algorithm). Note: depends on the iOS device pool and may be temporarily unavailable
必填参数:item_id
register_ios_device
Register a new iOS device to the device pool. Note: depends on the upstream iOS service and may be temporarily unavailable
该工具无需必填参数,直接调用即可
get_manga_progress 1 个参数 需填 1 项
Query the progress of a manga download task by its task ID (returned from the comic content interface)
必填参数:task_id
服务介绍
一个为番茄小说(FanQie Novel)提供 MCP(Model Context Protocol)服务的工具,支持将番茄小说的书籍、目录、章节内容等数据提供给支持 MCP 协议的大语言模型客户端,如 Claude Desktop、Cursor。
✨ 功能特点
🔍 搜索功能 - 支持搜索小说、听书、漫画、短剧
📖 书籍信息 - 获取书籍详情、完整目录、简化目录
📄 内容获取 - 获取章节内容,支持多种内容类型
💬 评论功能 - 获取书籍评论,支持分页
📱 设备管理 - 支持 Android 和 iOS 设备池管理
🎯 多平台支持 - 支持获取 iOS 平台特定内容