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
mcp-router
A desktop application for managing Model Context Protocol (MCP) servers, supporting local and remote connections, context management, and integration with AI tools.
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
mcp-gsheets
This server integrates Google Sheets functionality with Model Context Protocol clients, enabling AI models to programmatically read, write, and manage spreadsheet data and properties.
mcp-compose
A secure MCP (Model Context Protocol) server that orchestrates calculator and string manipulation tools, offering OAuth2 authentication with GitHub. It implements advanced OAuth features like PKCE, resource indicators, and dynamic client registration, making it suitable for protected AI agent integrations and enterprise API management.