Skip to content

aptos-labs/aptos-npm-mcp

Repository files navigation

Aptos NPM MCP

Prerequisite

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

  1. Go to https://build.aptoslabs.com/
  2. Click on your name in the bottom left corner
  3. Click on "Bot Keys"
  4. Click on the "Create Bot Key" button
  5. 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.

Development Usage

Follow this guide on how to develop locally the Aptos MCP