ReactiveUI ecosystem guidance MCP server for AI-assisted code generation, review, and package/platform recommendations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"reactiveuimcp.server": {
"command": "npx",
"args": [
"-y",
"ChrisPulman/ReactiveUIMcp.Server"
]
}
}
}
Run in terminal:
claude mcp add reactiveuimcp.server npx -y ChrisPulman/ReactiveUIMcp.Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"reactiveuimcp.server": {
"command": "npx",
"args": [
"-y",
"ChrisPulman/ReactiveUIMcp.Server"
]
}
}
}