Skip to main content
Glama

excel-mcp-server-ts

Excel 模型上下文协议(MCP)服务器 —— TypeScript 版本。让 MCP 客户端(Claude Desktop、Claude Code 及其他支持 MCP 的主机)能够以编程方式创建和操作 Excel 工作簿:工作表、单元格数据、格式设置、计算、图表和数据透视表。基于 ExcelJS 构建,无需安装 Excel。

功能特性

  • 工作簿和工作表管理

  • 读取和写入单元格数据(src/data.tssrc/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