# eclipse-theia/theia | Model Context Protocol (MCP) Server > Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript. - **Stars**: ⭐ 21,629 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "theia": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-theia" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "theia": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-theia" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-theia` - **Docker**: `docker run -i --rm mcp/theia`