excel
excel-mcp-server-ts
Servidor de Protocolo de Contexto de Modelos (MCP) de Excel — versión TypeScript. Permite que los clientes MCP (Claude Desktop, Claude Code y otros hosts compatibles con MCP) creen y manipulen libros de trabajo de Excel de forma programática: hojas, datos de celdas, formato, cálculos, gráficos y tablas dinámicas. Construido sobre ExcelJS, sin necesidad de instalar Excel.
Características
Gestión de libros y hojas de trabajo
Lectura y escritura de datos de celdas (
src/data.ts,src/cellUtils.ts)Formato de celdas (
src/formatting.ts)Fórmulas y cálculos (
src/calculations.ts)Gráficos (
src/chart.ts) y tablas dinámicas (src/pivot.ts)
Related MCP server: Aspose.Cells Cloud MCP Server
Instalación y compilación
npm install
npm run build # tsc -> dist/Ejecución
npm start # node dist/cli.js
# or during development:
npm run dev # ts-node src/cli.tsUso con un cliente MCP
Ejemplo de entrada para claude_desktop_config.json (o cualquier configuración de host MCP):
{
"mcpServers": {
"excel": {
"command": "node",
"args": ["<path-to-repo>/dist/cli.js"]
}
}
}Estructura del proyecto
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 testingLicencia
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