Sedna Genesis for Claude Desktop
com.sednasystem/genesis
Customer-facing yacht search and charter request MCP server by Sedna System.
client:Claude Desktop
transport:streamable-http
Install Sedna Genesis in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"genesis": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sednasystem.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs