# yanirs/established-remote | Model Context Protocol (MCP) Server > A list of established remote companies - **Stars**: ⭐ 8,890 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "established-remote": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-established-remote" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "established-remote": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-established-remote" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-established-remote` - **Docker**: `docker run -i --rm mcp/established-remote`