spreadsheet-mcp Skill
spreadsheet-mcp is a Rust AI agent skill for Claude Desktop, Cursor with docker. MCP server for spreadsheet analysis and editing. Slim, token-efficient tool surface designed for LLM agents.
How to use spreadsheet-mcp Skill
Install or run
npm i -g agent-spreadsheet
asp --helpClient configuration
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.PSU3D0/spreadsheet-mcp",
"title": "spreadsheet-kit MCP",
"description": "Agent-safe Excel workbook analysis, editing, recalc, and verification tools.",
"version": "0.10.1",
"websiteUrl": "https://github.com/PSU3D0/spreadsheet-mcp",
"repository": {
"url": "https://github.com/PSU3D0/spreadsheet-mcp",
"source": "github",
"id": "1059818445"
},
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/psu3d0/spreadsheet-mcp:0.10.1-full",
"runtimeHint": "docker",
"runtimeArguments": [
{
"type": "positional",
"value": "-i"
},
{
"type": "positional",
"value": "--rm"
},
{
"type": "positional",
"value": "-v"
},
{
"type": "positional",
"value": "{workbook_dir}:/data",
"variables": {
"workbook_dir": {
"description": "Host directory containing Excel workbooks to expose to spreadsheet-mcp",
"format": "filepath",
"isRequired": true,
"placeholder": "/path/to/workbooks"
}
}
}
],
"packageArguments": [
{
"type": "named",
"name": "--workspace-root",
"value": "/data"
},
{
"type": "named",
"name": "--transport",
"value": "stdio"
}
],
"transport": {
"type": "stdio"
}
}
]
}
Compatible clients
What is spreadsheet-mcp Skill?
spreadsheet-mcp is a Rust AI agent skill for Claude Desktop, Cursor with docker. MCP server for spreadsheet analysis and editing. Slim, token-efficient tool surface designed for LLM agents. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- File editing support
- Spreadsheet work support
- Presentation work support
- Anthropic provider support
Available tools
Technical details
Install or run spreadsheet-mcp using docker. Check PSU3D0/spreadsheet-mcp for the latest setup command.
- Built for Rust
- Built for Node.js
- Built for Docker
- Install or run with docker
- Works with Claude Desktop
- Works with Cursor
- Uses stdio transport
- Uses SSE transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use spreadsheet-mcp Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is spreadsheet-mcp?
spreadsheet-mcp is a Rust AI agent skill for Claude Desktop, Cursor with docker. MCP server for spreadsheet analysis and editing. Slim, token-efficient tool surface designed for LLM agents.
Who is spreadsheet-mcp best for?
spreadsheet-mcp is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, claude desktop users.
How do I install spreadsheet-mcp?
Install or run spreadsheet-mcp using docker. Check spreadsheet-mcp for the latest setup command.
Is spreadsheet-mcp actively maintained?
spreadsheet-mcp may need a closer maintenance check before production use.
Auto-fetched from GitHub.