@allends/remote-mcp-client

0.0.17 • Public • Published

MCP Remote Client

This is a client implementation for connecting to remote Model Context Protocol (MCP) servers.

Overview

The remote client:

  • Connects to MCP servers over HTTP/WebSocket
  • Provides access to server tools, prompts and resources
  • Handles request/response communication with the server
  • Can be used as a CLI tool or library

Installation

To install dependencies:

bun install

To run:

bun run index.ts

Usage

To use the client in Claude:

{
  "mcpServers": {
    "remote-mcp-server": {
      "command": "npx",
      "args": ["-y", "@reprally/remote-mcp-client"]
    }
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @allends/remote-mcp-client

Weekly Downloads

37

Version

0.0.17

License

none

Unpacked Size

155 kB

Total Files

3

Last publish

Collaborators

  • allends