From 1442d614fed2e14abbb2dc2a16c085767361b496 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:29:59 +0700 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 73eb561..f79d01c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Remote-MCP: Remote Model Context Protocol +[![smithery badge](https://smithery.ai/badge/@remote-mcp/client)](https://smithery.ai/community/pack/remote-mcp) + A **type-safe, bidirectional and simple** solution for **remote MCP communication**, allowing remote access and centralized management of model contexts. ![preview](https://github.com/user-attachments/assets/a16804b9-8378-493c-8ca8-f61839458cde) @@ -66,6 +68,14 @@ Note: I don't want this to be a sophisticated or overcomplicated thing. This way ## Client Usage +### Installing via Smithery + +To install Remote MCP Client for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/@remote-mcp/client): + +```bash +npx @smithery/cli install @remote-mcp/client --client claude +``` + ### Use Publicly Published Package Just put the following code in your MCP client settings, in here I'm using Claude as an example: