Skip to main content
Glama

aptos-mcp

create_aptos_project

Generate new Aptos blockchain projects by specifying the project name and type (fullstack, contract, client) using the Aptos CLI.

Instructions

Create a new Aptos project using the Aptos CLI. Args: project_name: Name of the project project_type: Type of project (fullstack, contract, client)

Input Schema

NameRequiredDescriptionDefault
project_nameYes
project_typeNofullstack

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "Project Name", "type": "string" }, "project_type": { "default": "fullstack", "title": "Project Type", "type": "string" } }, "required": [ "project_name" ], "title": "create_aptos_projectArguments", "type": "object" }
Install Server

Other Tools from aptos-mcp

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/Tlazypanda/aptos-mcp-server'

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