spreadsheet_mcp_server
Verified Safeby d-ang356
Overview
Manage Excel and CSV spreadsheets, including data manipulation, formulas, formatting, charts, and file operations via an MCP server.
Installation
docker run -i --rm --init -v C:\Users\[YOUR USERNAME]\spreadsheets:/app/spreadsheets -v C:\Users\[YOUR USERNAME]\Downloads:/imports spreadsheet-mcp-server:latestSecurity Notes
The Python server code includes robust path traversal prevention (`_resolve_path`). No 'eval', obfuscation, or hardcoded secrets were found within the provided source code. It operates as an stdio server, with external security depending on the MCP gateway configuration.
Similar Servers
excel-mcp-server
This server allows AI agents to manipulate Excel files (create, read, update, format, chart, pivot, validate) without requiring Microsoft Excel to be installed.
mcp-router
A desktop application that simplifies the management and aggregation of Model Context Protocol (MCP) servers.
spreadsheet-mcp
Analyze and edit spreadsheet files programmatically, designed for token-efficient interaction by LLM agents, focusing on structured data access, modification, formula analysis, and optional VBA inspection.
mcp-gsheets
A Model Context Protocol (MCP) server for Google Sheets API integration, enabling reading, writing, and managing Google Sheets documents directly from MCP clients like Claude Code, Claude Desktop, or Cursor.