McpClientServerDemo

EgorBo/McpClientServerDemo
★ 2 stars C# 💻 Code/Dev Tools Updated 6mo ago
A simple MCP Server & Client example with mcp.json config
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": {
    "mcpclientserverdemo": {
      "command": "npx",
      "args": [
        "-y",
        "EgorBo/McpClientServerDemo"
      ]
    }
  }
}