MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

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

Created 3/31/2026
Updated about 4 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
Quick Setup
Installation guide for this server

Install Package (if required)

uvx excel-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "richtargetman-excel-mcp-server": { "command": "uvx", "args": [ "excel-mcp-server" ] } } }
Author Servers
Other servers by richtargetman