loading…
Search for a command to run...
loading…
A Model Context Protocol server that provides Flutter UI templates for development. It enables users to access and integrate pre-built Flutter UI components thr
A Model Context Protocol server that provides Flutter UI templates for development. It enables users to access and integrate pre-built Flutter UI components through MCP-compatible client applications.
This project is UIKits MCP Server for Flutter UI template.
To set up the project, follow these steps:
Clone the repository:
git clone https://github.com/anoochit/uikits_mcp_server.git
cd uikits_mcp_server
Create a virtual environment and install dependencies using uv:
uv venv
uv sync
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.py
Claude Desktop: Installs via direct configuration file modification
fastmcp install claude-desktop main.py
Cursor: Installs via deeplink that opens Cursor for user confirmation
fastmcp install cursor main.py
MCP JSON: Generates standard MCP JSON configuration for manual use
fastmcp install mcp-json main.py
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"uikit-mcp-server": {
"command": "npx",
"args": []
}
}
}