Skip to main content
Glama

Dart MCP Server

by egyleader

dart-create

Generate Dart projects using predefined templates like console, package, server-shelf, or web. Specify project name, output directory, and optional configurations for streamlined project setup via the Dart MCP Server.

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional project creation options
outputNoDirectory where to create the project
projectNameYesName of the project to create
templateNoTemplate to use for project generationpackage

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "description": "Additional project creation options", "items": { "type": "string" }, "type": "array" }, "output": { "description": "Directory where to create the project", "type": "string" }, "projectName": { "description": "Name of the project to create", "type": "string" }, "template": { "default": "package", "description": "Template to use for project generation", "enum": [ "console", "package", "server-shelf", "web" ], "type": "string" } }, "required": [ "projectName" ], "type": "object" }
Install Server

Other Tools from Dart MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/egyleader/dart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server