nacos (MCP Server)

GitHub

an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "nacos": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nacos"
      ]
    }
  }
}