Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aptos NPM MCPcreate a new Aptos API key"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aptos NPM MCP
Prerequisite
node and npm (npm ≥ 5.2.0)
Build Bot Api Key
Generate a Build Bot Api Key
To be able to make Aptos Build actions like managing api keys, etc. Follow those instruction to generate a new Bot Api Key to use with the MCP
Click on your name in the bottom left corner
Click on "Bot Keys"
Click on the "Create Bot Key" button
Copy the Bot Key and paste it into the MCP configuration file as an env arg:
APTOS_BOT_KEY=<your-bot-key>
Production Usage
Follow these guides on how to integrate the Aptos MCP with your prefered interface
Start vibe coding.
Make sure to read the user guide for best results.