Labsco
eiceblue logo

Spire.XLS MCP Server

โ˜… 6

from eiceblue

Create, read, edit, and convert Excel files without requiring Microsoft Office.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

What is Spire.XLS MCP Server?

The Spire.XLS MCP Server is a robust solution that empowers AI agents to work with Excel files using the Model Context Protocol (MCP). It is totally independent and doesn't require Microsoft Office to be installed on system. This tool enables AI agents to create, read, edit, and convert Excel workbooks seamlessly

Main Features:

Integration with AI Tools

The following visual guide illustrates the three-step process to integrate Spire.XLS MCP Server with supported AI development environments:

Step 1 and Step 2: Start the server and configure AI tool Step 1 and Step 2: Start the server and configure AI tool

Step 3: Use Excel features through AI interface Step 3: Use Excel features through AI interface

Cursor IDE

  1. Add this configuration to Cursor:
{
  "mcpServers": {
    "excel": {
      "url": "http://localhost:8000/sse",
      "env": {
        "EXCEL_FILES_PATH": "/path/to/excel/files"
      }
    }
  }
}
  1. The Excel tools will be available through your AI assistant.

Remote Hosting & Transport Protocols

This server uses Server-Sent Events (SSE) transport protocol. For different use cases:

  1. Using with Claude Desktop (requires stdio):

  2. Hosting Your MCP Server:

Environment Variables

VariableDescriptionDefault
FASTMCP_PORTServer port8000
EXCEL_FILES_PATHDirectory for Excel files./excel_files

Available Tools

The server provides a comprehensive set of Excel manipulation tools. Here are the main categories:

See TOOLS.md for complete documentation of all available tools.