Hyperiux Vault for Cursor
io.github.hyperiux-immersion-labs/hyperiux-mcp-server
Browse, inspect, and retrieve installable React and Next.js interaction effects from Hyperiux Vault.
client:Cursor
transport:stdio
runtime:npm
Install Hyperiux Vault in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hyperiux-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hyperiux-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs