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)
—
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol 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,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
コメント