# apache/streampark | Model Context Protocol (MCP) Server > Make stream processing easier! Easy-to-use streaming application development framework and operation platform. - **Stars**: ⭐ 4,311 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "streampark": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-streampark" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "streampark": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-streampark" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-streampark` - **Docker**: `docker run -i --rm mcp/streampark`