dubbo (MCP Server)

GitHub

The java implementation of Apache Dubbo. An RPC and microservice framework.

Claude Desktop Configuration

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

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