# GoogleCloudPlatform/knowledge-catalog | Model Context Protocol (MCP) Server > Google Cloud Knowledge Catalog Tools and Samples - **Stars**: ⭐ 8,281 - **Language**: HTML - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "knowledge-catalog": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-knowledge-catalog" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "knowledge-catalog": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-knowledge-catalog" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-knowledge-catalog` - **Docker**: `docker run -i --rm mcp/knowledge-catalog`