excel
excel-mcp-server-ts
Excel 模型上下文协议(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
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceProvides Excel file manipulation capabilities. This server enables workbook creation, data manipulation, formatting, and advanced Excel features.254,107PythonMIT
- AlicenseCqualityCmaintenanceAutomates Microsoft Excel spreadsheet creation and editing via MCP tools for any MCP-compatible client.37MIT
- AlicenseAqualityBmaintenanceMCP server for reading and writing Excel (xlsx) files using SheetJS, providing tools to list sheets, read data, create files, add sheets, and update cells.519MIT
- AlicenseNot gradedqualityDmaintenanceEnables reading and writing Excel workbooks (.xlsx) through MCP. Supports listing sheets, tables, pivot tables, reading cell data, exporting to CSV/text/Markdown, and creating/modifying Excel files.GPL 3.0
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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