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
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)
—
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments