Excel MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Excel MCP ServerReconcile the bank file with the ledger and show unmatched items"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Excel MCP Server
Servidores MCP locales que conectan Claude con archivos Excel .xlsx reales en tu disco. El objetivo es transformar la IA en un asistente de análisis financiero y operativo que puede leer, comparar, limpiar, reconciliar y escribir sobre Excel sin depender de la nube.
Este repositorio está pensado como un complemento del MCP-Financial-Controller, Para Power bi, pero también funciona como proyecto independiente y totalmente útil por sí mismo.
Qué hace este repo
El servidor Excel permite:
inspeccionar archivos y hojas de Excel
leer datos sin abrir Excel manualmente
detectar duplicados, nulos y valores atípicos
comparar dos archivos o dos hojas por clave
consolidar varios Excel en uno solo
escribir celdas, rangos y fórmulas reales
recalcular fórmulas via Excel real con xlwings (opcional)
La idea es dejar de hacer tareas repetitivas a mano: comprobar balances, revisar conciliaciones, analizar exportaciones, comparar versiones mensuales, etc., todo desde Claude y un MCP local.
Related MCP server: Excel Explorer
Cómo se conecta al archivo Excel
El flujo es simple:
Claude recibe la ruta completa del archivo Excel
el servidor valida esa ruta
lee la hoja deseada con pandas/openpyxl
devuelve datos, insights o resultados estructurados
si se escribe, guarda directamente el .xlsx real en el disco
Esto permite trabajar con archivos locales de contabilidad, extractos bancarios, cierres mensuales, conciliaciones, bases de clientes y mucho más.
Qué incluye
La base funcional del servidor incluye:
lectura de una hoja o de todas las hojas
columnas, valores únicos, búsqueda por texto
resumen estadístico y agregación
calidad de datos y análisis financiero básico
comparación y conciliación entre archivos
escritura sobre celdas y rangos
recálculo opcional de fórmulas con Excel real
El catálogo completo de herramientas está en:
Estructura del repositorio
mcp-excel/
├── README.md
├── INSTALL.md
├── CONFIGURATION.md
├── LICENSE
├── requirements.txt
├── .gitignore
├── config/
│ └── claude_desktop_config.example.json
├── docs/
│ ├── TOOLS_REFERENCE.md
│ └── GUIA_MCP_EXCEL.txt
├── examples/
│ └── EXAMPLES.md
└── src/
└── excel_server.pyQuick start
Sigue la guía de instalación:
Instala dependencias:
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txtEjecuta el servidor:
python src/excel_server.pyPrueba algo sencillo:
info_excel("C:/Data/demo.xlsx")Instalación y requisitos
Necesitas:
Python 3.10+
pandas
numpy
openpyxl
mcp
xlwings (opcional, para recálculo real)
Excel instalado en tu PC (opcional, si quieres recalcular fórmulas reales)
Se puede consultar la guía completa en:
Configuración
Si quieres limitar el acceso a una carpeta concreta, define la variable de entorno:
EXCEL_MCP_BASE=C:\DataEjemplo de configuración MCP:
Seguridad y buenas prácticas
todo se ejecuta localmente en tu máquina
favorece siempre una copia del archivo antes de escribir
usa rutas controladas cuando trabajes con datos sensibles
no compartas archivos de producción en repos públicos
usa
EXCEL_MCP_BASEsi quieres restringir el acceso a un directorio concretorecalcular()solo funciona si Excel real y xlwings están disponibles
Stack técnico
Python
FastMCP
pandas
openpyxl
numpy
xlwings (opcional)
Excel local
Roadmap
mejorar validación y robustez de todas las herramientas
añadir tests automatizados
ampliar escritura y formateo de celdas
incorporar validación de plantillas financieras típicas
preparar más ejemplos de uso real con contabilidad y conciliación
conectar este repo con el repo de Power BI en una capa de integración posterior
About
Claude + Excel. Local MCP server for structured financial and operational analysis directly over .xlsx files.
License
This project is licensed under the MIT License.
See LICENSE for details.
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
- Alicense-qualityBmaintenanceA thin wrapper around the OpenPyXl Python library that exposes Excel file operations as a Model Context Protocol (MCP) server, allowing Claude and other MCP clients to fetch and analyze data from Excel files.19MIT
- Flicense-qualityDmaintenanceAn MCP server that allows LLMs to read, analyze, and interact with Excel files through file operations, data discovery, and comprehensive analysis tools.2
- AlicenseBqualityCmaintenanceMCP server for semantic spreadsheet operations that lets LLMs create and edit Excel workbooks by describing spreadsheet intent.42MIT
- AlicenseCqualityBmaintenanceLocal-first Excel MCP server for AI agents enabling structured reads, workbook introspection, and safer .xlsx mutation without Microsoft Excel or LibreOffice.762MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
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/alexhb-maker/MCP-Excel-Fiance'
If you have feedback or need assistance with the MCP directory API, please join our Discord server