本项目主要介绍了 cline 的 mcpServers 配置示例,以及相关工具的使用说明,帮助你更好地使用该工具进行 EPUB 文件处理。
{
"mcpServers": {
"epub-mcp": {
"command": "npx",
"args": [
"-y",
"epub-mcp"
]
}
}
}
{
"mcpServers": {
"epub-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"epub-mcp"
]
}
}
}
{
"mcpServers": {
"epub-mcp": {
"command": "node",
"args": [
// epub-mcp 的安装路径
"\\node_modules\\epub-mcp\\dist\\index.mjs"
]
}
}
}
filePath:文件在文件系统中的绝对路径。有关上述工具的详细说明,请参考:https://github.com/hhk-png/lingo-reader/blob/main/packages/epub-parser/README-zh.md。此 MCP 项目只是调用了 @lingo-reader/epub-parser 的 API。