mcp-nativewind
Documentation
@modelcontextprotocol/server-nativewind
MCP server for transforming Tailwind components to NativeWind 4.
Installation
npm install -g @modelcontextprotocol/server-nativewindUsage
As a CLI tool
mcp-nativewindIn Claude for Desktop
Add to your `claude_desktop_config.json`:
{
"mcpServers": {
"nativewind-transformer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-nativewind"]
}
}
}Available Tools
1. transform-component: Transform a single component
2. transform-directory: Transform all components in a directory
3. analyze-component: Analyze Tailwind usage
Development
1. Clone the repository
2. Install dependencies: `npm install`
3. Build the project: `npm run build`
4. Run tests: `npm test`
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
Frequently asked questions
What is mcp-nativewind?
mcp-nativewind is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-nativewind?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-nativewind open source?
Yes — it is hosted on GitHub at https://github.com/tokenizin-agency/mcp-nativewind and has 8 stars.
Related MCP tools
Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server, with auth support: TypeScript-based implementation.
- Discover available MCP servers from our curated registry TypeScript-based implementation.
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers. Built for the Model Context Protocol to enhance AI capabilities.
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini...
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, ...
Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling for the Model Context Protocol. Enhance AI assistants with powerf
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP