icon composer mcp for Cursor
io.github.ethbak/icon-composer-mcp
CLI and MCP server for creating Apple .icon bundles with Liquid Glass effects (iOS 26+)
client:Cursor
transport:stdio
runtime:npm
Install icon composer mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"icon-composer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"icon-composer-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs