水星解析器(Mercury Parser)包装器 (MCP) 是一个用于 jocmp/mercury-parser: A maintained fork of Postlight Parser 的工具,它能为该解析器的使用提供便利。
将 MCP 与 npx 结合使用时,需要对 Claude Desktop 进行配置。
将以下内容添加到 claude_desktop_config.json 文件中:
{
"mcpServers": {
"mercury-parser": {
"command": "npx",
"args": [
"@koichikawamura/mercury-parser"
]
}
}
}