Excel MCP Server

by Aifornorms
MIT License
  • Linux
  • Apple

Integrations

  • Provides guidance for hosting the Excel MCP server remotely using Cloudflare, allowing AI agents to interact with Excel files through a cloud-based deployment.

  • Allows cloning and installation of the Excel MCP server from the GitHub repository, providing access to the codebase and documentation.

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:
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": "/path/to/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

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

          • -
            security
            A
            license
            -
            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 -
            7,163
            191
            Go
            MIT License
            • Linux
            • Apple
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.
            Last updated -
            12
            64
            10
            JavaScript
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.
            Last updated -
            275
            JavaScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI agents to interact with Alibaba Cloud DataWorks through standardized interfaces, allowing seamless management of DataWorks resources and operations via the DataWorks Open API.
            Last updated -
            169
            485
            15
            TypeScript
            Apache 2.0

          View all related MCP servers

          ID: l5hg05t80q