# Huachao/vscode-restclient | Model Context Protocol (MCP) Server > REST Client Extension for Visual Studio Code - **Stars**: ⭐ 5,997 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "vscode-restclient": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vscode-restclient" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "vscode-restclient": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vscode-restclient" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-vscode-restclient` - **Docker**: `docker run -i --rm mcp/vscode-restclient`