# outerbase/studio | Model Context Protocol (MCP) Server > A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite. - **Stars**: ⭐ 5,788 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "studio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-studio" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "studio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-studio" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-studio` - **Docker**: `docker run -i --rm mcp/studio`