Skip to content

Excel Db

Free

by MCP Community

MCP Server for querying Excel files using SQL syntax

v1.0.20Added Apr 12, 2026
mcpexcelsqldatabasequery
Works with:ClaudeGPTGeminiCopilot

Excel Db MCP Server

MCP Server for querying Excel files using SQL syntax

Installation

npx -y @zhangzichao2008/mcp-excel-db

Reviews

Leave a Review

Installation

Quick install
npx -y @zhangzichao2008/mcp-excel-db
Add to claude_desktop_config.json
{
  "mcpServers": {
    "excel-db": {
      "command": "npx",
      "args": ["-y", "@zhangzichao2008/mcp-excel-db"]
    }
  }
}