Back to directory
bengbengbalabalabeng/fastexcel-mcp-server

bengbengbalabalabeng/fastexcel-mcp-server

@bengbengbalabalabeng

Java server implementing Model Context Protocol (MCP) for Excel operations with standardized header-to-column relationships

excelmcpjavaxlsxcsvdata-processingofficetool

Installation & Configuration

{
  "mcpServers": {
    "fastexcel-mcp-server": {
      "command": "java",
      "args": [
        "-jar",
        "<YOUR_PATH>/fastexcel-mcp-server-0.0.1-SNAPSHOT.jar"
      ],
      "env": {
        "MCP_WORKSPACES": "<YOUR_MULTIPLE_WORKSPACES_SEPARATED_BY_COMMAS>"
      }
    }
  }
}

Information

Transport
stdio
Language
Java
Created
2026/6/14
Updated
2026/6/15