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
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments