Provides tools for managing and generating Flutter UI templates, assisting developers in building and structuring user interfaces for Flutter applications.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UIKit MCP Servershow me a login screen template for Flutter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UIKit MCP Server
This project is UIKits MCP Server for Flutter UI template.
Project Setup
To set up the project, follow these steps:
Clone the repository:
git clone https://github.com/anoochit/uikits_mcp_server.git cd uikits_mcp_serverCreate a virtual environment and install dependencies using
uv venv uv sync
Install
Install a MCP server in MCP client applications. FastMCP currently supports the following clients:
Claude Code: Installs via Claude Code’s built-in MCP management system
fastmcp install claude-code main.pyClaude Desktop: Installs via direct configuration file modification
fastmcp install claude-desktop main.pyCursor: Installs via deeplink that opens Cursor for user confirmation
fastmcp install cursor main.pyMCP JSON: Generates standard MCP JSON configuration for manual use
fastmcp install mcp-json main.py