SparkSheets/sparksheets-mcp
AI-native collaborative spreadsheet MCP server for session management, knowledge base, task tracking, and sheet operations. Integrates with Claude Code, Cursor, and Cline.
Quick Start
Clone the repository:
git clone https://github.com/saikiyusuke/sparksheets-mcpClaude Desktop configuration example:
{
"mcpServers": {
"sparksheets-mcp": {
"command": "npx",
"args": [
"-y",
"SparkSheets/sparksheets-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.