This is a client implementation for connecting to remote Model Context Protocol (MCP) servers.
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
To install dependencies:
bun install
To run:
bun run index.ts
To use the client in Claude:
{
"mcpServers": {
"remote-mcp-server": {
"command": "npx",
"args": ["-y", "@reprally/remote-mcp-client"]
}
}
}