📊 Servidor MCP para archivos Excel con macros (.xlsm)
@orlando2019
About 📊 Servidor MCP para archivos Excel con macros (.xlsm)
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"xlsm-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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"].
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments