NuScope

skarllot/NuScope
★ 0 stars C# 💻 Code/Dev Tools Updated today
MCP server for exploring NuGet packages, metadata, and source code.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nuscope": {
      "command": "npx",
      "args": [
        "-y",
        "skarllot/NuScope"
      ]
    }
  }
}

README Excerpt

MCP server for exploring NuGet packages, metadata, and source code. ```powershell dotnet tool restore dotnet restore --locked-mode dotnet csharpier check . dotnet build --configuration Release --no-restore dotnet test --configuration Release --no-build --no-restore ``` Run the skeleton MCP server over stdio: