A Model Context Protocol (MCP) server that can be applied to Rhymix.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rx-module-mcpserver": {
"command": "npx",
"args": [
"-y",
"Waterticket/rx-module-mcpserver"
]
}
}
}
Run in terminal:
claude mcp add rx-module-mcpserver npx -y Waterticket/rx-module-mcpserver
Add to .cursor/mcp.json:
{
"mcpServers": {
"rx-module-mcpserver": {
"command": "npx",
"args": [
"-y",
"Waterticket/rx-module-mcpserver"
]
}
}
}