swiftforge for Cursor
io.github.jrlingyin888/swiftforge
Curated, current SwiftUI components (incl. iOS 26 Liquid Glass) for your AI coding agent.
client:Cursor
transport:stdio
runtime:npm
Install swiftforge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"swiftforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"swiftforge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs