8 months ago
A Model Context Protocol (MCP) server that enables SQL querying of Excel files. Transform your Excel spreadsheets into queryable databases using familiar SQL syntax.
Server Config
{
"mcpServers": {
"excel-db": {
"command": "npx",
"args": [
"-y",
"@zhangzichao2008/mcp-excel-db@latest"
]
}
}
}