📊 Servidor MCP para archivos Excel con macros (.xlsm)
@orlando2019
Este servidor implementa el Model Context Protocol (MCP) para manipular archivos Excel que contienen macros (.xlsm). Utiliza el protocolo stdio para la comunicación, lo que permite integrarse fácilmente con clientes MCP como Claude.
Overview
What is 📊 Servidor MCP para archivos Excel con macros (.xlsm)?
This server implements the Model Context Protocol (MCP) to manipulate Excel files that contain macros (.xlsm). It uses stdio transport and integrates with MCP clients such as Claude Desktop, Cursor, and Windsurf. Designed for data analysts, AI users, and office automation tasks.
How to use 📊 Servidor MCP para archivos Excel con macros (.xlsm)?
Install via pip (pip install xlsm-mcp-server) or with uv (recommended). Run directly with python -m xlsm_mcp or from a virtual environment. Configure in MCP client settings (e.g., Claude Desktop's settings.json) by specifying the command python and args ["-m", "xlsm_mcp"].