Excel Bridge

by bigcoder84

3 stars
Not rated
GitHub

About

Bridges AI with Excel files, enabling reading from and writing to spreadsheets through standardized operations for data analysis, reporting, and document generation workflows.

Details

Author
bigcoder84
Repository
bigcoder84/mcp-excel-server
GitHub stars
3
Categories
Productivity, Developer Tools, Workplace, File Management, AI, Infrastructure, Automation
Tags
#integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Excel Bridge
    Command (node, npx, python, etc.) java
    Arguments
    • Argument 1 -Dspring.ai.mcp.server.stdio=true
    • Argument 2 -Dspring.main.web-application-type=none
    • Argument 3 -Dfile.encoding=UTF-8
    • Argument 4 -jar
    • Argument 5 {your_path}/mcp-excel-server-0.0.1-SNAPSHOT.jar

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

read_excel

Read a local Excel file (.xlsx or .xls) and return its content in JSON format.

write_excel

Write JSON data to a specified local Excel file.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "excel bridge": {
            "cwd": "",
            "env": {},
            "args": [
                "-Dspring.ai.mcp.server.stdio=true",
                "-Dspring.main.web-application-type=none",
                "-Dfile.encoding=UTF-8",
                "-jar",
                "{your_path}/mcp-excel-server-0.0.1-SNAPSHOT.jar"
            ],
            "shell": false,
            "command": "java"
        }
    }
}

Linux

{
    "cwd": "",
    "env": [],
    "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dfile.encoding=UTF-8",
        "-jar",
        "{your_path}/mcp-excel-server-0.0.1-SNAPSHOT.jar"
    ],
    "shell": false,
    "command": "java"
}

Macos

{
    "cwd": "",
    "env": [],
    "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dfile.encoding=UTF-8",
        "-jar",
        "{your_path}/mcp-excel-server-0.0.1-SNAPSHOT.jar"
    ],
    "shell": false,
    "command": "java"
}

Windows

{
    "cwd": "",
    "env": [],
    "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dfile.encoding=UTF-8",
        "-jar",
        "{your_path}/mcp-excel-server-0.0.1-SNAPSHOT.jar"
    ],
    "shell": false,
    "command": "java"
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.