Back to MCP Servers
Sparksheets
AI-native collaborative spreadsheet MCP server for session management, knowledge base, task tracking, and sheet operations. Integrates with Claude Code, Cursor, and Cline.
workplace-productivityai
By saikiyusuke
Installation
npx -y sparksheets-mcpConfiguration
{
"mcpServers": {
"sparksheets-mcp": {
"command": "npx",
"args": ["-y", "sparksheets-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes