MCP Directory

PSU3D0/spreadsheet-mcp

GitHub
Developer Tools

High-performance, token-efficient spreadsheet analysis/editing (xlsx/xlsm) with region detection, structured reads, formula/style inspection, forking mechanics, and recalculation. Cross-platform.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y spreadsheet-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from PSU3D0/spreadsheet-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "spreadsheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spreadsheet-mcp"
      ]
    }
  }
}

Route PSU3D0/spreadsheet-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add spreadsheet-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use PSU3D0/spreadsheet-mcp directly without routing

npx -y spreadsheet-mcp

New to Agent-CoreX? View setup guide →

PSU3D0/spreadsheet-mcp MCP Server — Agent-CoreX