# EcoPasteHub/EcoPaste | Model Context Protocol (MCP) Server > 🎉跨平台的剪贴板管理工具 | Cross-platform clipboard management tool - **Stars**: ⭐ 7,215 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "EcoPaste": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-EcoPaste" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "EcoPaste": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-EcoPaste" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-EcoPaste` - **Docker**: `docker run -i --rm mcp/EcoPaste`