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

Installation

npx -y sparksheets-mcp

Configuration

{
  "mcpServers": {
    "sparksheets-mcp": {
      "command": "npx",
      "args": ["-y", "sparksheets-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub