zeppelin (MCP Server)

GitHub

Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "zeppelin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zeppelin"
      ]
    }
  }
}