nativewind (MCP Server)

GitHub

The utility-first workflow you love from Tailwind CSS in your React Native applications.

Claude Desktop Configuration

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

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