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

コメント

「その他」の他のコンテンツ