MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Local MCP server for practical Excel workflows: build XLSX from CSVs, preview CSVs, open workbooks in Excel, and update prices from CSV maps.

创建于 3/31/2026
更新于 about 7 hours ago
Repository documentation and setup instructions

excel-mcp-server

Local MCP server for practical Excel workflows.

Features

  • Build a readable .xlsx workbook from two CSV files.
  • Preview CSV headers and first rows.
  • Open a workbook in Microsoft Excel.
  • Update workbook prices from a CSV mapping through Python helpers.

Requirements

  • Node.js
  • Python 3
  • Microsoft Excel for the open_in_excel tool

Install

npm install

Run

npm start

MCP Tools

  • build_readable_xlsx_from_csvs
  • preview_csv
  • open_in_excel
  • update_workbook_prices_from_csv
快速设置
此服务器的安装指南

安装包 (如果需要)

uvx excel-mcp-server

Cursor 配置 (mcp.json)

{ "mcpServers": { "richtargetman-excel-mcp-server": { "command": "uvx", "args": [ "excel-mcp-server" ] } } }
作者服务器
其他服务器由 richtargetman