Back to MCP Servers
🔌

Ruby MCP SDK

NOASSERTION

The official Ruby SDK for the Model Context Protocol.

RubyAI & LLMs

Install

npx -y ruby-mcp-sdk

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ruby-mcp-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "ruby-mcp-sdk"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.