local-workbook-mcp

McFuzzySquirrel/local-workbook-mcp
★ 6 stars C# Data/Analytics Updated 4mo 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 → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →