mcpclient 0.0.1-preview-06

Prefix Reserved
This is a prerelease version of mcpclient.
dotnet tool install --global mcpclient --version 0.0.1-preview-06
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local mcpclient --version 0.0.1-preview-06
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=mcpclient&version=0.0.1-preview-06&prerelease
                    
nuke :add-package mcpclient --version 0.0.1-preview-06
                    

mcpclient

A MCP client as dotnet tool to invoke tools from a MCP Server (stdio or sse).

Installation

dotnet tool install --global mcpclient

Usage

mcpclient --command=mcpserver.everything.stdio
Example
Select a tool to execute:

> Add (Adds two numbers)
  Echo (Echoes back the input)
  Quit

Enter value for First number 'a' : 1
Enter value for Second number 'b' : 2

Result: The sum of 1 and 2 is 3.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.0.1-preview-06 119 4/4/2025
0.0.1-preview-05 121 3/31/2025
0.0.1-preview-04 122 3/31/2025
0.0.1-preview-02 116 3/31/2025
0.0.1-preview-01 102 3/30/2025