server-nativewind
MCP server for transforming Tailwind components to NativeWind 4.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install tokenizin-agency/mcp-nativewind -c claude
This command will automatically install and configure the server-nativewind MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"server-nativewind": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nativewind"
]
}
}
}
@modelcontextprotocol/server-nativewind
MCP server for transforming Tailwind components to NativeWind 4.
Installation
npm install -g @modelcontextprotocol/server-nativewind
Usage
As a CLI tool
mcp-nativewind
In Claude for Desktop
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"nativewind-transformer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-nativewind"]
}
}
}
Available Tools
- transform-component: Transform a single component
- transform-directory: Transform all components in a directory
- analyze-component: Analyze Tailwind usage
Development
- Clone the repository
- Install dependencies:
npm install
- Build the project:
npm run build
- Run tests:
npm test
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
Details:
Stars
5Forks
2Last commit
7 months agoRepository age
7 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to server-nativewind:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit