ruby-mcp-client

simonx1/ruby-mcp-client
★ 95 stars Ruby Code/Dev Tools Updated 3mo ago
This is a Ruby implementation of MCP (Model Context Protocol) client
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ruby-mcp-client": {
      "command": "npx",
      "args": [
        "-y",
        "simonx1/ruby-mcp-client"
      ]
    }
  }
}