Skip to main content
Glama

excel-mcp-server

Сервер Excel Model Context Protocol (MCP) — версия на TypeScript. Позволяет MCP-клиентам (Claude Desktop, Claude Code и другим хостам, поддерживающим MCP) создавать и управлять книгами Excel программно: листами, данными ячеек, форматированием, вычислениями, диаграммами и сводными таблицами. Построен на ExcelJS, установка Excel не требуется.

Возможности

  • Управление книгами и листами

  • Чтение и запись данных ячеек (src/data.ts, src/cellUtils.ts)

  • Форматирование ячеек (src/formatting.ts)

  • Формулы и вычисления (src/calculations.ts)

  • Диаграммы (src/chart.ts) и сводные таблицы (src/pivot.ts)

Related MCP server: Aspose.Cells Cloud MCP Server

Установка и сборка

npm install
npm run build   # tsc -> dist/

Запуск

npm start       # node dist/cli.js
# or during development:
npm run dev     # ts-node src/cli.ts

Использование с MCP-клиентом

Пример записи для claude_desktop_config.json (или любого конфига MCP-хоста):

{
  "mcpServers": {
    "excel": {
      "command": "node",
      "args": ["<path-to-repo>/dist/cli.js"]
    }
  }
}

Структура проекта

src/
  cli.ts           entry point (bin: excel-mcp)
  server.ts        MCP server wiring
  data.ts          cell/range data operations
  formatting.ts    styles and formats
  calculations.ts  formulas
  chart.ts         charts
  pivot.ts         pivot tables
  cellUtils.ts     helpers
excel_files/       sample workbook for local testing

Лицензия

ISC

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Formula-backed WorkPaper tools for workbook readback, input edits, and JSON persistence.

  • Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.

  • Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mavline/excel-mcp-server-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server