nacos-mcp-server

bubua12/nacos-mcp-server
★ 2 stars Java 📦 Other Updated 4mo ago
一款与 Nacos交互和自动化而设计的 MCP Server。它允许用户使用大模型搜索和读取 Nacos 集群中与命名空间、服务、配置和节点相关的信息。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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