# 1c7/catnames.best | Model Context Protocol (MCP) Server > Model Context Protocol (MCP) server configuration and tool manifest for 1c7/catnames.best - **Stars**: ⭐ 0 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "catnames.best": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-catnames.best" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "catnames.best": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-catnames.best" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-catnames.best` - **Docker**: `docker run -i --rm mcp/catnames.best`