★ 3 stars
C#
💻 Code/Dev Tools
Updated 1d ago
ReactiveUI ecosystem guidance MCP server for AI-assisted code generation, review, and package/platform recommendations.
View on GitHub →
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"
]
}
}
}
Topics
mcpmcp-serverreactivereactiveuireactiveui-extensionsreactiveui-sourcegenerators