Mcp Excel

Mcp Excel

🚀 MCP-excel 说明

MCP-excel 是一个 MCP 服务器模块,其核心价值在于为客户端赋予读取 Excel 文件的能力,极大地拓展了客户端的数据获取途径。

🚀 快速开始

要让 MCP 服务器正常运行,您需要将以下配置添加到 MCP 配置文件中:

{
"mcpServers": {
"sql_access": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-excel",
"run",
"python",
"main.py"
]
}
}
}

💻 使用示例

基础用法

{
"mcpServers": {
"sql_access": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-excel",
"run",
"python",
"main.py"
]
}
}
}
  • 0 关注
  • 0 收藏,19 浏览
  • system 提出于 2025-09-20 22:48

相似服务问题

相关AI产品