Skip to content

MCP

Other MCP clients

Any client that supports the MCP streamable HTTP transport can connect to:

http://127.0.0.1:9280/mcp

For clients that only support local stdio servers, use the mcp-remote adapter:

{
  "mcpServers": {
    "artisan": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "http://127.0.0.1:9280/mcp"]
    }
  }
}

Once connected, test it with Rhino open:

“Create a round 1 ct diamond.”

Not working? See Troubleshooting.