# go-resty/resty | Model Context Protocol (MCP) Server > Simple HTTP, REST, and SSE client library for Go - **Stars**: ⭐ 11,713 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "resty": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-resty" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "resty": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-resty" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-resty` - **Docker**: `docker run -i --rm mcp/resty`