Spreadsheet MCP Server (@zephyr-mcp/spreadsheet)
@ZephyrDeng
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"spreadsheet-mcp": {
"command": "npx",
"args": [
"@zephyr-mcp/spreadsheet"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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)
—
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论