MCP.so
登录

📊 Servidor MCP para archivos Excel con macros (.xlsm)

@orlando2019

关于 📊 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.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

orlando2019

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "xlsm-mcp-server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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"].

评论

其他 分类下的更多 MCP 服务器