MCP Directory
Back

mcpdemo

by zhanglilong23 · C# · ★ 3

.net MCP demo by modelcontextprotocol/csharp-sdk

Install

git clone https://github.com/zhanglilong23/mcpdemo.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcpdemo": {
      "command": "npx",
      "args": [
        "-y",
        "github:zhanglilong23/mcpdemo"
      ]
    }
  }
}

From the README

.net MCP demo by modelcontextprotocol/csharp-sdk 包含使用StdIo模式连接本地server 和 sse模式连接远程server
Read full README on GitHub →

Related other servers