local-workbook-mcp

McFuzzySquirrel/local-workbook-mcp
★ 6 stars C# 📊 Data/Analytics Updated 1mo ago
Local Model Context Protocol (MCP) server and sample client for working with on-disk Excel workbooks. The server exposes worksheet metadata, table previews, and search capabilities via MCP tools and resources so that AI agents can reason over spreadsheet data
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": {
    "local-workbook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "McFuzzySquirrel/local-workbook-mcp"
      ]
    }
  }
}