ui mcp for Cursor
io.github.forge-space/ui-mcp
Forge Space MCP server for UI and backend generation via stdio transport.
client:Cursor
transport:stdio
runtime:npm
Install ui mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ui-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgespace/ui-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs