McpToolkit

nuskey8/McpToolkit
★ 33 stars C# 🧠 Memory/Knowledge Updated 3mo ago
Lightweight, fast, NativeAOT compatible MCP (Model Context Protocol) framework for .NET
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": {
    "mcptoolkit": {
      "command": "npx",
      "args": [
        "-y",
        "nuskey8/McpToolkit"
      ]
    }
  }
}