exceltest
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"excel": {
"args": [
"--yes",
"@negokaz/excel-mcp-server"
],
"command": "npx",
"env": {
"EXCEL_MCP_PAGING_CELLS_LIMIT": "4000"
}
}
}
}
可用工具 (6 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
excel_copy_sheet 3 个参数 需填 3 项
Copy existing sheet to a new sheet
必填参数:fileAbsolutePath、srcSheetName、dstSheetName
excel_create_table 4 个参数 需填 3 项
Create a table in the Excel sheet
必填参数:fileAbsolutePath、sheetName、tableName
excel_describe_sheets 1 个参数 需填 1 项
List all sheet information of specified Excel file
必填参数:fileAbsolutePath
excel_format_range 4 个参数 需填 4 项
Format cells in the Excel sheet with style information
必填参数:fileAbsolutePath、sheetName、range、styles
excel_read_sheet 5 个参数 需填 2 项
Read values from Excel sheet with pagination.
必填参数:fileAbsolutePath、sheetName
excel_write_to_sheet 5 个参数 需填 5 项
Write values to the Excel sheet
必填参数:fileAbsolutePath、sheetName、newSheet、range、values
服务介绍
test