Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"theia": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-theia"
]
}
}
}