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. Supports lightweight DLL parsing and framework selection.
Ask AI about NugetMcpCli
Powered by Claude · Grounded in docs
I know everything about NugetMcpCli. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
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.
