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
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments