mcp-server-demo

Kaushik27/mcp-server-demo
★ 2 stars Java 📦 Other Updated 2mo ago
mcp-server-demo
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": {
    "mcp-server-demo": {
      "command": "npx",
      "args": [
        "-y",
        "Kaushik27/mcp-server-demo"
      ]
    }
  }
}