flutterclimcp

manojkulkarni30/flutterclimcp
★ 2 stars C# 💻 Code/Dev Tools Updated 3mo ago
Sample fun project to create flutter project using Flutter CLI MCP (Model Context Protocol) Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flutterclimcp": {
      "command": "npx",
      "args": [
        "-y",
        "manojkulkarni30/flutterclimcp"
      ]
    }
  }
}