Skip to main content
Glama

Excel MCP Server

by Aifornorms

Excel MCP-Server

Ein Model Context Protocol (MCP)-Server, mit dem Sie Excel-Dateien bearbeiten können, ohne Microsoft Excel installieren zu müssen. Erstellen, lesen und ändern Sie Excel-Arbeitsmappen mit Ihrem KI-Agenten.

Merkmale

  • 📊 Erstellen und Ändern von Excel-Arbeitsmappen
  • 📝 Daten lesen und schreiben
  • 🎨 Formatierungen und Stile anwenden
  • 📈 Erstellen Sie Diagramme und Visualisierungen
  • 🔄 Arbeitsblätter und Bereiche verwalten

Schnellstart

Voraussetzungen

  • Python 3.10 oder höher

Installation

  1. Klonen Sie das Repository:
git clone https://github.com/Aifornorms/ExcelMCP.git cd ExcelMCP
  1. Mit UV installieren:
python -m venv .venv .venv/scripts/activate pip install uv uv pip install -e .

Ausführen des Servers

Starten Sie den Server (Standardport 8000):

uv run excel-mcp-server

Benutzerdefinierter Port (z. B. 8080):

# Bash/Linux/macOS export FASTMCP_PORT=8080 && uv run excel-mcp-server # Windows PowerShell $env:FASTMCP_PORT = "8080"; uv run excel-mcp-server

Verwendung mit KI-Tools

Cursor-IDE

  1. Fügen Sie Cursor diese Konfiguration hinzu:
{ "mcpServers": { "excel": { "url": "http://localhost:8000/sse", "env": { "EXCEL_FILES_PATH": "Excel_files" } } } }
  1. Die Excel-Tools werden über Ihren KI-Assistenten verfügbar sein.

Remote-Hosting und Transportprotokolle

Dieser Server verwendet das Transportprotokoll Server-Sent Events (SSE). Für verschiedene Anwendungsfälle:

  1. Verwendung mit Claude Desktop (erfordert stdio):
    • Verwenden Sie Supergateway , um SSE in stdio zu konvertieren:
  2. Hosten Ihres MCP-Servers:

Umgebungsvariablen

  • FASTMCP_PORT : Server-Port (Standard: 8000)
  • EXCEL_FILES_PATH : Verzeichnis für Excel-Dateien (Standard: ./excel_files )

Verfügbare Tools

Der Server bietet umfassende Tools zur Excel-Bearbeitung. Eine vollständige Dokumentation aller verfügbaren Tools finden Sie in TOOLS.md .

Lizenz

MIT-Lizenz – Einzelheiten finden Sie unter LIZENZ .

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Ein Model Context Protocol-Server, der es KI-Agenten ermöglicht, Excel-Arbeitsmappen zu erstellen, zu lesen und zu ändern, ohne dass Microsoft Excel installiert werden muss.

  1. Merkmale
    1. Schnellstart
      1. Voraussetzungen
      2. Installation
      3. Ausführen des Servers
    2. Verwendung mit KI-Tools
      1. Cursor-IDE
      2. Remote-Hosting und Transportprotokolle
    3. Umgebungsvariablen
      1. Verfügbare Tools
        1. Lizenz

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to read from and write to Microsoft Excel files, supporting formats like xlsx, xlsm, xltx, and xltm.
            Last updated -
            5
            2,942
            424
            Go
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A robust solution that enables AI agents to create, read, modify, and convert Excel files through the Model Context Protocol without requiring Microsoft Office installation.
            Last updated -
            5
            Python
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server for intelligent Excel processing and data analysis, offering tools for reading, validating, executing code, and generating interactive visualizations with Excel files.
            Last updated -
            17
            Python
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server designed for AI assistants to directly process spreadsheet files, enabling them to read, display, modify, and save various table formats like CSV and Excel.
            Last updated -
            3
            Python
            MIT License
            • Apple

          View all related MCP servers

          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/Aifornorms/ExcelMCP'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server