kristoffer-tungland/NugetMcpCli
If you are the rightful owner of NugetMcpCli and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
NugetMcpCli is a cross-platform .NET CLI tool and MCP server that provides structured access to public API metadata and XML documentation from NuGet packages.
NugetMcpCli
A cross-platform .NET CLI tool and MCP server that exposes public API metadata and XML documentation from NuGet packages. Designed to give AI agents and developers structured access to types, methods, properties, parameters, and full XML documentation for any locally installed NuGet package.
Usage
Run normally for human CLI use:
dotnet run --project NugetMcpCli -- Search Newtonsoft.Json 13.0.1 netstandard2.0 JsonConvert
Run as an MCP server so IDEs can discover the tool:
dotnet tool install --global NugetMcpCli
nugetmcpcli -mcp
Use the optional --framework
parameter to specify the target framework when querying a package.