d

doc-tools-mcp-test

stonecoming/doc-tools-mcp-test
Hosted
0 Stars 162 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "doc-tools-mcp": {
      "args": [
        "@puchunjie/doc-tools-mcp"
      ],
      "command": "npx"
    }
  }
}

可用工具 (7 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

create_document 3 个参数 需填 1 项

必填参数:filePath

open_document 1 个参数 需填 1 项

必填参数:filePath

add_paragraph 4 个参数 需填 2 项

必填参数:filePath、text

add_table 5 个参数 需填 3 项

必填参数:filePath、rows、cols

search_and_replace 4 个参数 需填 3 项

必填参数:filePath、searchText、replaceText

set_page_margins 5 个参数 需填 1 项

必填参数:filePath

get_document_info 1 个参数 需填 1 项

必填参数:filePath

服务介绍

{
"mcpServers": {
"doc-tools-mcp": {
"command": "npx",
"args": [
"@puchunjie/doc-tools-mcp"
]
}
}
}

相关 MCP 服务