xlsx-mcp-server

knorq-ai/xlsx-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated 4d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xlsx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "knorq-ai/xlsx-mcp-server"
      ]
    }
  }
}

README Excerpt

A local [MCP](https://modelcontextprotocol.io/) server for reading and editing Excel (.xlsx) files. Works with Claude Code, Cursor, and any MCP-compatible client. **37 tools** for cell data, formatting, formulas, sheet management, row/column operations, data validation, named ranges, and cell merging — all running locally via stdio with no file uploads.