@aptos-labs/aptos-mcp
v0.0.16
Published
A MCP server for Aptos NPM packages
Readme
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
- Go to https://build.aptoslabs.com/
- 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.
