Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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:
Expand Down