MCP.so
Sign In

Spreadsheet MCP Server (@zephyr-mcp/spreadsheet)

@ZephyrDeng

About Spreadsheet MCP Server (@zephyr-mcp/spreadsheet)

A TypeScript-based Model Context Protocol (MCP) server for viewing, filtering, sorting, and updating CSV/XLSX spreadsheet files via LLM or API integration.

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

ZephyrDeng

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "spreadsheet-mcp": {
      "command": "npx",
      "args": [
        "@zephyr-mcp/spreadsheet"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Spreadsheet MCP Server (@zephyr-mcp/spreadsheet)?

A TypeScript-based MCP server for viewing, filtering, sorting, and updating CSV/XLSX spreadsheet files via LLM or API integration.

How to use Spreadsheet MCP Server (@zephyr-mcp/spreadsheet)?

Run directly with npx: npx @zephyr-mcp/spreadsheet. Requires Node.js v18+. The server starts in stdio mode and listens for MCP commands.

Key features of Spreadsheet MCP Server (@zephyr-mcp/spreadsheet)

  • View spreadsheet info and preview rows
  • Filter rows by column and condition
  • Sort rows in ascending or descending order
  • Add new sheets to existing XLSX files or create new files
  • Supports CSV and XLSX formats
  • Returns results as JSON strings containing 2D arrays

Use cases of Spreadsheet MCP Server (@zephyr-mcp/spreadsheet)

  • Use an LLM to inspect and summarize spreadsheet data
  • Filter and sort rows programmatically without a spreadsheet viewer
  • Add new data sheets to existing XLSX files via API
  • Automate spreadsheet handling in a toolchain like Cline

FAQ from Spreadsheet MCP Server (@zephyr-mcp/spreadsheet)

Comments

More Other MCP servers