mysheet-mcp

lgwanai/mysheet-mcp
★ 3 stars Java 📊 Data/Analytics Updated 3mo ago
Mysheet-mcp is a MCP Server for converting Excel files into JSON format, particularly useful for data processing when called within large models or Agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mysheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lgwanai/mysheet-mcp"
      ]
    }
  }
}