data-ai MCP Server
Tailwind CSS for Flutter — classes like flex, p-4, dark:bg-gray-800 compose into widget trees. MCP server + Claude Code skill for AI agents.
Discovered via github-seeds:mcp-hot and last synced 3mo ago.
1. Install the package
npx @fluttersdk/mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"wind": {
"command": "npx",
"args": [
"wind"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Approach
Description