# apache/spark | Model Context Protocol (MCP) Server > Apache Spark - A unified analytics engine for large-scale data processing - **Stars**: ⭐ 43,856 - **Language**: Scala - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "spark": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-spark" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "spark": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-spark" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-spark` - **Docker**: `docker run -i --rm mcp/spark`