MCP.so
登录

Flutter CLI - Model Context Protocol Server

@manojkulkarni30

关于 Flutter CLI - Model Context Protocol Server

Sample fun project to create flutter project using Flutter CLI MCP (Model Context Protocol) Server

基本信息

分类

开发工具

运行时

c#

传输方式

stdio

发布者

manojkulkarni30

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

2

Create flutter project with specified project name for specified platforms.

Create flutter project with specified project name for all platforms

概览

What is Flutter CLI - Model Context Protocol Server?

Flutter CLI - Model Context Protocol Server is an MCP server implementation that allows developers to create Flutter projects with specified platforms. It integrates the Flutter CLI with MCP-compatible clients.

How to use Flutter CLI - Model Context Protocol Server?

Clone the repository, open it in VS Code, and build using dotnet build. Then configure your MCP client (e.g., VS Code) with the provided JSON block, updating the project path. Run using dotnet run.

Key features of Flutter CLI - Model Context Protocol Server

  • Exposes tools to create Flutter projects.
  • Supports creating projects for all platforms.
  • Supports creating projects for specified platforms only.

Use cases of Flutter CLI - Model Context Protocol Server

FAQ from Flutter CLI - Model Context Protocol Server

What tools does the server expose?

It exposes two tools: CreateFlutterProjectForSpecifiedPlatforms (creates a Flutter project for specified platforms) and CreateFlutterProject (creates a project for all platforms).

What are the prerequisites?

.NET SDK 9.0 or later and the Flutter SDK must be installed.

How is the server configured in an MCP client?

Add a JSON configuration with the command dotnet, arguments ["run", "--project", "FlutterCliMcpServer/FlutterCliMcpServer.csproj", "--no-build"], and update the project path.

Does the server require authentication or a network connection?

Where does project data live?

评论

开发工具 分类下的更多 MCP 服务器