
基于MCP协议的Excel操作工具,支持读取、创建和更新Excel文件
基于MCP协议的Excel操作工具,支持读取、创建和更新Excel文件
基于大模型协议(MCP)的Excel操作工具,提供读取、创建和更新Excel文件的能力。
npm install @qiuyurs/excel-tools-mcp -g{
"mcpServers": {
"excel-tools": {
"command": "npx",
"args": [
"-y",
"@qiuyurs/excel-tools-mcp"
]
}
}
}npm install
npm run builld读取Excel文件内容。
filePath (string): Excel文件路径。返回数据结构:{content: Array<{type: 'text', text: string}>}, text字段包含 {SheetName: 工作表名称, title: [行号, ...表头], content: [[行号, ...数据行]]}
创建新的Excel文件。
filePath (string): Excel文件路径。sheets (Array<{name: string, title: Array, content: Array<Array>}>): 工作表信息数组。返回数据结构:{content: Array<{type: 'text', text: string}>}, text字段包含 {SheetName: 工作表名称, title: [行号,...表头], content: [[行号,...数据行]]}
更新Excel文件内容。
filePath (string): Excel文件路径。sheets (Array<{name: string, title: Array, content: Array<Array>}>): 工作表信息数组。返回数据结构:{content: Array<{type: 'text', text: string}>}, text字段包含 {SheetName: 工作表名称, title: [行号,...表头], content: [[行号,...数据行]]}
Github:
教程:
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add excel-tools -- npx -y @qiuyurs/excel-tools-mcp{
"mcpServers": {
"excel-tools": {
"args": [
"-y",
"@qiuyurs/excel-tools-mcp"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"excel-tools","args":["-y","@qiuyurs/excel-tools-mcp"],"command":"npx"}'[mcp_servers.excel-tools]
command = "npx"
args = ["-y", "@qiuyurs/excel-tools-mcp"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/excel-tools-mcp to learn what the "Excel Tools MCP" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/excel-tools-mcp)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "excel-tools-mcp" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.