# refinedev/refine | Model Context Protocol (MCP) Server > A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility. - **Stars**: ⭐ 34,647 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "refine": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-refine" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "refine": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-refine" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-refine` - **Docker**: `docker run -i --rm mcp/refine`