ionic-framework (MCP Server)

GitHub

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ionic-framework": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ionic-framework"
      ]
    }
  }
}