Aptos Mcp
@aptos-labs
Aptos Mcp について
An AI-powered developer experience for Aptos that lets users vibe code and deploy full-stack dApps with minimal setup.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aptos-mcp": {
"command": "npx",
"args": [
"-y",
"@aptos-labs/aptos-mcp"
],
"env": {
"APTOS_BOT_KEY": "<bot_api_key>"
}
}
}
}ツール
15Get your Aptos Build Organizations with their projects and applications and the API Keys. Api Keys are secret keys so it is important to keep them safe and secure. To get the full node api keys, you need to get the Applications with a serviceType of "Api". To get the gas station api keys, you need to get the Applications with a serviceType of "Gs".
Create a new Organization for your Aptos Build.
Create a new Application for your Aptos Build Organization. This tool can be used to create an API resource application to then create api keys for general blockchain interactions.
Create a new Project for your Aptos Build Organization.
Create a new API Key for your Aptos Build Organization. Api Keys are secret keys so it is important to keep them safe and secure. This tool can be used to create an Api Key (aka full node api key) for an Api resource application.
Update an API Key for your Aptos Build Organization.
Returns the version of the MCP server
Build an Aptos smart contract - returns all resources from move and management directories. Use this tool when you need guidance on how to build a smart contract for a dapp on Aptos.
Build a UI frontend for Aptos dApp - returns all resources from frontend directory. Use this tool when you need guidance on how to build a frontend for a dapp on Aptos.
Build a complete full-stack Aptos dApp - returns all resources from move, management, and frontend directories. Use this tool when you need guidance on how to build a full-stack dapp on Aptos.
Get a list of all available Aptos development resources. Use this first to see what guidance is available, then use get_specific_aptos_resource to fetch the relevant one.
Retrieve a specific Aptos development resource by its exact filename (without .md extension).
PRIMARY PROMPT: Use this as the main system prompt when building any Aptos dApp. Sets up mandatory MCP consultation workflow and prevents outdated knowledge usage.
MID-DEVELOPMENT REMINDER: Use this prompt when you notice the conversation has gone few exchanges without using MCP tools, or when implementing new Aptos features to reinforce MCP consultation habits.
ERROR RECOVERY PROMPT: Use this immediately when encountering Aptos-related errors, stuck in debugging loops, or when about to try generic blockchain solutions. Redirects to MCP-first debugging approach.
概要
What is Aptos MCP?
Aptos MCP integrates with the Aptos Build platform to manage API keys and perform actions. It is designed for developers using AI coding assistants like Cursor or Claude Code.
How to use Aptos MCP?
Install Node.js and npm (npm ≥ 5.2.0). Generate a Build Bot API Key from build.aptoslabs.com and set it as the environment variable APTOS_BOT_KEY. Then follow the integration guides for Cursor or Claude Code to start using the MCP.
Key features of Aptos MCP
- Integrates with Aptos Build platform
- Requires Build Bot API Key for authentication
- Compatible with Cursor and Claude Code
- Includes a user guide for best results
- Supports local development
Use cases of Aptos MCP
- Manage Aptos Build API keys through an MCP interface
- Perform Aptos Build actions from AI coding assistants
- Integrate Aptos workflows into Cursor or Claude Code sessions
FAQ from Aptos MCP
What prerequisites are needed?
Node.js and npm (npm ≥ 5.2.0) plus a Build Bot API Key from Aptos Build.
How do I get a Build Bot API Key?
Go to build.aptoslabs.com, click your name in the bottom left corner, select "Bot Keys", click "Create Bot Key", and copy the generated key.
Which AI interfaces are supported?
Cursor and Claude Code. Dedicated integration guides are provided for each.
Where do I find the integration guides?
They are located in the integration_guides directory of the repository.
What is the purpose of the user guide?
The user guide provides instructions for best results when using the Aptos MCP.
「開発者ツール」の他のコンテンツ
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
コメント